-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiexternal.yaml.tmpl
More file actions
29 lines (29 loc) · 933 Bytes
/
.chezmoiexternal.yaml.tmpl
File metadata and controls
29 lines (29 loc) · 933 Bytes
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
.tmux/plugins/tpm:
type: git-repo
url: https://github.com/tmux-plugins/tpm.git
.oh-my-zsh:
type: archive
url: https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz
stripComponents: 1
refreshPeriod: 168h
.local/share/nvim/lazy/lazy.nvim:
type: git-repo
url: https://github.com/folke/lazy.nvim.git
stripComponents: 1
clone.args:
- "--filter=blob:none"
.oh-my-zsh/custom/plugins/zsh-autosuggestions:
type: git-repo
url: https://github.com/zsh-users/zsh-autosuggestions.git
refreshPeriod: 168h
.oh-my-zsh/custom/plugins/zsh-syntax-highlighting:
type: git-repo
url: https://github.com/zsh-users/zsh-syntax-highlighting.git
refreshPeriod: 168h
{{ if .codespaces }}
.local/bin/op:
type: file
url: https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.0/op_{{ .chezmoi.os }}_{{ .chezmoi.arch }}_v2.30.0.zip
executable: true
refreshPeriod: 168h
{{ end }}