dotfiles/.chezmoiexternals/zathura.toml
punkfairie bc126a7090
Update .chezmoi.toml
Update .chezmoiexternals/lazygit.toml
Update .chezmoiexternals/qt5ct.toml
Update .chezmoiexternals/zathura.toml
Remove .chezmoiscripts/00-backup-id_25519.fish
Update .chezmoiscripts/00-chaotic-aur.sh
2024-09-29 19:39:22 -07:00

36 lines
1.1 KiB
TOML

{{- if (and (not .isServer) (eq .chezmoi.os "linux")) -}}
[".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"
[".config/zathura/rose-pine"]
type = "file"
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine"
refreshPeriod = "672h"
[".config/zathura/rose-pine-dawn"]
type = "file"
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine-dawn"
refreshPeriod = "672h"
[".config/zathura/rose-pine-moon"]
type = "file"
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine-moon"
refreshPeriod = "672h"
{{- end -}}