punkfairie
804f0a3c69
Update .Xresources Update .config/drapeau/catppuccin-frappe.toml Update .config/drapeau/catppuccin-latte.toml Update .config/drapeau/catppuccin-macchiato.toml Update .config/drapeau/catppuccin-mocha.toml Update .config/fish/conf.d/30-fzf.fish Update .config/starship.toml
60 lines
1.5 KiB
Cheetah
60 lines
1.5 KiB
Cheetah
{{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
|
|
|
|
{{- $osid := .chezmoi.os -}}
|
|
{{- if hasKey .chezmoi.osRelease "id" -}}
|
|
{{- $osid = printf "%s-%s" .chezmoi.os .chezmoi.osRelease.id -}}
|
|
{{- end -}}
|
|
|
|
progress = true
|
|
encryption = "gpg"
|
|
|
|
[git]
|
|
autoPush = true
|
|
|
|
[diff]
|
|
{{ if lookPath "delta" -}}
|
|
command = "delta"
|
|
args = ["--syntax-theme", "catppuccin-macchiato", "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"]
|
|
{{ end -}}
|
|
exclude = ["scripts"]
|
|
|
|
[gpg]
|
|
symmetric = true
|
|
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"]
|
|
|
|
[data]
|
|
{{ if lookPath "get-gpg-key" -}}
|
|
gpgKey = {{ output "get-gpg-key" | trim | quote }}
|
|
{{ end -}}
|
|
passphrase = {{ $passphrase | quote }}
|
|
osid = {{ $osid | quote }}
|
|
{{ if eq .chezmoi.hostname "marleycentre" -}}
|
|
isServer = true
|
|
{{ else }}
|
|
isServer = false
|
|
{{ end }}
|
|
|
|
[data.drapeau]
|
|
colorscheme = 'catppuccin-macchiato'
|
|
|
|
# Defaults for when config is regenerated.
|
|
[data.drapeau.colors]
|
|
name = 'catppuccin'
|
|
flavor = 'frappe'
|
|
|
|
base00 = '#303446' # base
|
|
base01 = '#292c3c' # mantle
|
|
base02 = '#414559' # surface0
|
|
base03 = '#51576d' # surface1
|
|
base04 = '#626880' # surface2
|
|
base05 = '#c6d0f5' # text
|
|
base06 = '#f2d5cf' # rosewater
|
|
base07 = '#babbf1' # lavender
|
|
base08 = '#e78284' # red
|
|
base09 = '#ef9f76' # peach
|
|
base0A = '#e5c890' # yellow
|
|
base0B = '#a6d189' # green
|
|
base0C = '#81c8be' # teal
|
|
base0D = '#8caaee' # blue
|
|
base0E = '#ca9ee6' # mauve
|
|
base0F = '#eebebe' # flamingo
|