dotfiles/.chezmoiexternals/lazygit.toml

22 lines
752 B
TOML
Raw Normal View History

{{- if (not .isServer) -}}
2024-04-14 18:41:15 -07:00
[".config/lazygit/catppuccin/frappe.yml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/lazygit/main/themes-mergable/frappe/pink.yml"
refreshPeriod = "672h"
[".config/lazygit/catppuccin/latte.yml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/lazygit/main/themes-mergable/latte/pink.yml"
refreshPeriod = "672h"
[".config/lazygit/catppuccin/macchiato.yml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/lazygit/main/themes-mergable/macchiato/pink.yml"
refreshPeriod = "672h"
[".config/lazygit/catppuccin/mocha.yml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/lazygit/main/themes-mergable/mocha/pink.yml"
refreshPeriod = "672h"
{{- end -}}