-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.yaml.tmpl
56 lines (48 loc) · 1.27 KB
/
.chezmoiexternal.yaml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{{- if not .work }}
.config/yazi/theme.toml:
type: file
url: https://github.com/catppuccin/yazi/raw/main/themes/mocha/catppuccin-mocha-blue.toml
refreshPeriod: 0h
{{- if .windows }}
Appdata/Roaming/bat/themes/Catppuccin Mocha.tmTheme:
{{- else }}
.config/bat/themes/Catppuccin Mocha.tmTheme:
{{- end }}
type: file
url: https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme
refreshPeriod: 0h
{{- if not .windows }}
.config/neomutt/catppuccin.neomutt:
type: file
url: https://github.com/catppuccin/neomutt/raw/main/neomuttrc
refreshPeriod: 0h
{{- end }}
{{- if .windows }}
Appdata/Roaming/alacritty/catppuccin-mocha.toml:
{{- else }}
.config/alacritty/catppuccin-mocha.toml:
{{- end }}
type: file
url: https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
refreshPeriod: 0h
{{- if not .windows }}
.config/tmux/plugins/tpm:
type: git-repo
url: https://github.com/tmux-plugins/tpm
refreshPeriod: 0h
{{- end }}
{{- end }}
{{- if .windows }}
Appdata/Local/nvim:
{{- else }}
.config/nvim:
{{- end }}
type: git-repo
url: https://github.com/canh25xp/kickstart.nvim
refreshPeriod: 0h
{{- if .windows }}
Documents/PowerShell/Modules/cmatrix:
type: git-repo
url: https://github.com/matriex/cmatrix
refreshPeriod: 0h
{{- end }}