-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml
79 lines (64 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[".config/nvim"]
type = "git-repo"
url = "[email protected]:famousketchup/AstroNVim.git"
exact = true
refreshPeriod = "168h"
[".config/nvim/lua/user"]
type = "git-repo"
url = "[email protected]:famousketchup/AstroNVimUser.git"
exact = true
refreshPeriod = "12h"
[".config/polybar-themes"]
type = "archive"
url = "https://github.com/adi1090x/polybar-themes/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".i3/bin/autorandr"]
type = "archive"
url = "https://github.com/wertarbyte/autorandr/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".i3/i3blocks"]
type = "archive"
url = "https://github.com/famousketchup/i3blocks/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".i3/i3-extras"]
type = "archive"
url = "https://github.com/famousketchup/i3-extras/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".tig/molokai-like-theme"]
type = "archive"
url = "https://github.com/edentsai/tig-theme-molokai-like/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".urxvt/dynamic-colors"]
type = "archive"
url = "https://github.com/famousketchup/dynamic-colors/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".urxvt/dircolors-solarized"]
type = "archive"
url = "https://github.com/seebi/dircolors-solarized/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".urxvt/urxvt-perls"]
type = "archive"
url = "https://github.com/xyb3rt/urxvt-perls/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".zsh/oh-my-zsh"]
type = "archive"
url = "https://github.com/robbyrussell/oh-my-zsh/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"