-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml
49 lines (42 loc) · 1.23 KB
/
.chezmoiexternal.toml
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
[".zsh/oh-my-zsh"]
type = "git-repo"
url = "https://github.com/ohmyzsh/ohmyzsh.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/oh-my-zsh/custom/plugins/zsh-defer"]
type = "git-repo"
url = "https://github.com/romkatv/zsh-defer.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/oh-my-zsh/custom/plugins/autoswitch_virtualenv"]
type = "git-repo"
url = "https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/pure"]
type = "git-repo"
url = "https://github.com/sindresorhus/pure.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".config/nvim"]
type = "git-repo"
url = "https://github.com/xvzc/nvim.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".config/assets"]
type = "git-repo"
url = "https://github.com/xvzc/assets.git"
exact = true
stripComponents = 1
refreshPeriod = "168h"