Update .chezmoi.toml

Update .chezmoiexternals/awesomewm.toml
Update .chezmoiexternals/rofi.toml
Update .chezmoiexternals/zathura.toml
Update .chezmoiscripts/00-aur.sh
This commit is contained in:
punkfairie 2024-04-21 10:05:25 -07:00
parent b042b5d03e
commit 800ee5500b
No known key found for this signature in database
GPG key ID: 284B78B49C058673
5 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,9 @@
{{ $passphrase := promptStringOnce . "passphrase" "passphrase" -}} {{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
{{- $osid := .chezmoi.os -}}
{{- if hasKey .chezmoi.osRelease "id" -}}
{{- $osid = printf "%s-%s" .chezmoi.os .chezmoi.osRelease.id -}}
{{- end -}}
progress = true progress = true
@ -16,6 +21,7 @@ args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache
gpgKey = {{ output "get-gpg-key" | trim | quote }} gpgKey = {{ output "get-gpg-key" | trim | quote }}
{{- end }} {{- end }}
passphrase = {{ $passphrase | quote }} passphrase = {{ $passphrase | quote }}
osid = {{ $osid | quote }}
[data.drapeau] [data.drapeau]
colorscheme = 'catppuccin-macchiato' colorscheme = 'catppuccin-macchiato'

View file

@ -1,3 +1,4 @@
{{- if eq .osid "linux-arch" -}}
[".config/awesome/lib/bling"] [".config/awesome/lib/bling"]
type = "git-repo" type = "git-repo"
url = "https://github.com/BlingCorp/bling.git" url = "https://github.com/BlingCorp/bling.git"
@ -17,3 +18,4 @@ refreshPeriod = "672h"
type = "git-repo" type = "git-repo"
url = "https://github.com/andOrlando/rubato.git" url = "https://github.com/andOrlando/rubato.git"
refreshPeriod = "672h" refreshPeriod = "672h"
{{- end -}}

View file

@ -1,3 +1,4 @@
{{- if eq .osid "linux-arch" -}}
[".local/share/rofi/themes/catppuccin-frappe.rasi"] [".local/share/rofi/themes/catppuccin-frappe.rasi"]
type = "file" type = "file"
url = "https://raw.githubusercontent.com/catppuccin/rofi/main/basic/.local/share/rofi/themes/catppuccin-frappe.rasi" url = "https://raw.githubusercontent.com/catppuccin/rofi/main/basic/.local/share/rofi/themes/catppuccin-frappe.rasi"
@ -17,3 +18,4 @@ refreshPeriod = "672h"
type = "file" type = "file"
url = "https://raw.githubusercontent.com/catppuccin/rofi/main/basic/.local/share/rofi/themes/catppuccin-mocha.rasi" url = "https://raw.githubusercontent.com/catppuccin/rofi/main/basic/.local/share/rofi/themes/catppuccin-mocha.rasi"
refreshPeriod = "672h" refreshPeriod = "672h"
{{- end -}}

View file

@ -1,3 +1,4 @@
{{- if ne .chezmoi.hostname "marleycentre" -}}
[".config/zathura/catppuccin-frappe"] [".config/zathura/catppuccin-frappe"]
type = "file" type = "file"
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-frappe" url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-frappe"
@ -17,3 +18,4 @@ refreshPeriod = "672h"
type = "file" type = "file"
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha" url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha"
refreshPeriod = "672h" refreshPeriod = "672h"
{{- end -}}

View file

@ -1,4 +1,4 @@
{{ if (and (eq .chezmoi.osRelease.id "arch") (not (lookPath "yay"))) -}} {{- if (and (eq .chezmoi.osRelease.id "arch") (not (lookPath "yay"))) -}}
#!/usr/bin/env bash #!/usr/bin/env bash
sudo pacman -S --needed git base-devel sudo pacman -S --needed git base-devel