punkfairie
800ee5500b
Update .chezmoiexternals/awesomewm.toml Update .chezmoiexternals/rofi.toml Update .chezmoiexternals/zathura.toml Update .chezmoiscripts/00-aur.sh
21 lines
716 B
TOML
21 lines
716 B
TOML
{{- if ne .chezmoi.hostname "marleycentre" -}}
|
|
[".config/zathura/catppuccin-frappe"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-frappe"
|
|
refreshPeriod = "672h"
|
|
|
|
[".config/zathura/catppuccin-latte"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-latte"
|
|
refreshPeriod = "672h"
|
|
|
|
[".config/zathura/catppuccin-macchiato"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-macchiato"
|
|
refreshPeriod = "672h"
|
|
|
|
[".config/zathura/catppuccin-mocha"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha"
|
|
refreshPeriod = "672h"
|
|
{{- end -}}
|