-
Notifications
You must be signed in to change notification settings - Fork 1
/
.chezmoiexternal.toml.tmpl
67 lines (55 loc) · 1.69 KB
/
.chezmoiexternal.toml.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
57
58
59
60
61
62
63
64
65
66
[".oh-my-zsh"]
type = "git-repo"
url = "git@github.com:ohmyzsh/ohmyzsh.git"
refreshPeriod = "720h"
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "git-repo"
url = "git@github.com:/zsh-users/zsh-autosuggestions.git"
refreshPeriod = "720h"
exact = true
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "git@github.com:/zsh-users/zsh-syntax-highlighting.git"
refreshPeriod = "720h"
exact = true
[".oh-my-zsh/custom/plugins/zsh-completions"]
type = "git-repo"
url = "git@github.com:/zsh-users/zsh-completions.git"
refreshPeriod = "720h"
exact = true
[".oh-my-zsh/custom/plugins/fzf-tab"]
type = "git-repo"
url = "git@github.com:/Aloxaf/fzf-tab.git"
refreshPeriod = "720h"
exact = true
[".oh-my-zsh/custom/themes/spaceship-prompt"]
type = "git-repo"
url = "git@github.com:/denysdovhan/spaceship-prompt.git"
refreshPeriod = "720h"
exact = true
[".tmux"]
type = "git-repo"
url = "git@github.com:/gpakosz/.tmux.git"
refreshPeriod = "720h"
exact = true
["{{ .relative_xdg_data_home }}/pyenv"]
type = "git-repo"
url = "git@github.com:/pyenv/pyenv.git"
refreshPeriod = "720h"
exact = true
["{{ .relative_xdg_data_home }}/pyenv/plugins/pyenv-virtualenv"]
type = "git-repo"
url = "git@github.com:/pyenv/pyenv-virtualenv.git"
refreshPeriod = "720h"
exact = true
{{- if not .headless }}
["{{ .relative_xdg_data_home }}/fonts/meslo-nerd-font"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.tar.xz"
refreshPeriod = "720h"
decompress = "xz"
["{{ .relative_xdg_data_home }}/fonts/AppleColorEmoji.ttf"]
type = "file"
url = "https://github.com/samuelngs/apple-emoji-linux/releases/latest/download/AppleColorEmoji.ttf"
refreshPeriod = "720h"
{{- end -}}