-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml.tmpl
53 lines (46 loc) · 1.64 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
{{- if ne .chezmoi.os "windows" -}}
[".config/dircolors"]
type = "file"
url = "https://raw.githubusercontent.com/nordtheme/dircolors/develop/src/dir_colors"
refreshPeriod = "168h"
[".local/share/zsh/plugins/powerlevel10k"]
type = "git-repo"
url = "https://github.com/romkatv/powerlevel10k.git"
refreshPeriod = "168h"
clone.args = ["--depth", "1"]
[".local/share/zsh/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
refreshPeriod = "168h"
clone.args = ["--depth", "1"]
[".local/share/zsh/plugins/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
refreshPeriod = "168h"
clone.args = ["--depth", "1"]
[".local/share/aquaproj-aqua/bin/aqua"]
type = "archive-file"
url = "https://github.com/aquaproj/aqua/releases/latest/download/aqua_{{ .chezmoi.os }}_{{ .chezmoi.arch }}.tar.gz"
executable = true
refreshPeriod = "168h"
path = "aqua"
[".local/share/nvim/lazy/lazy.nvim"]
type = "git-repo"
url = "https://github.com/folke/lazy.nvim.git"
clone.args = ["--filter", "blob:none", "--branch", "stable"]
pull.args = ["origin", "main"]
{{ if .wsl -}}
[".local/bin/wsl2-ssh-agent"]
type = "file"
url = "https://github.com/mame/wsl2-ssh-agent/releases/latest/download/wsl2-ssh-agent"
executable = true
refreshPeriod = "168h"
{{- end }}
{{ if .private -}}
[".local/bin/mc"]
type = "file"
url = "https://dl.min.io/client/mc/release/{{ .chezmoi.os }}-{{ .chezmoi.arch }}/mc"
executable = true
refreshPeriod = "168h"
{{- end }}
{{- end -}}