-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
113 lines (91 loc) · 3.48 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{{ if eq .chezmoi.os "darwin" -}}
[".hammerspoon/Spoons/Emojis.spoon"]
type = "archive"
url = "/~https://github.com/Hammerspoon/Spoons/raw/master/Spoons/Emojis.spoon.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".hammerspoon/Spoons/ReloadConfiguration.spoon"]
type = "archive"
url = "/~https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
{{ end -}}
################################################################################
# tmux
################################################################################
[".config/tmux/plugins/tpm"]
type = "archive"
url = "/~https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
################################################################################
# vim
################################################################################
[".vim/spell/de.utf-8.spl"]
type = "file"
url = "http://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.spl"
refreshPeriod = "168h"
[".vim/spell/de.utf-8.sug"]
type = "file"
url = "http://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.sug"
refreshPeriod = "168h"
[".vim/spell/en.utf-8.spl"]
type = "file"
url = "http://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.spl"
refreshPeriod = "168h"
[".vim/spell/en.utf-8.sug"]
type = "file"
url = "http://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.sug"
refreshPeriod = "168h"
[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
################################################################################
# zsh
################################################################################
[".config/zsh/clipboard.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/clipboard.zsh"
refreshPeriod = "168h"
[".config/zsh/completion.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/completion.zsh"
refreshPeriod = "168h"
[".config/zsh/directories.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/directories.zsh"
refreshPeriod = "168h"
[".config/zsh/external/_docker-compose"]
type = "file"
url = "https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose"
refreshPeriod = "168h"
[".config/zsh/external/_docker"]
type = "file"
url = "https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker"
refreshPeriod = "168h"
[".config/zsh/external/_terraform"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/terraform/terraform.plugin.zsh"
refreshPeriod = "168h"
[".config/zsh/external/zsh-syntax-highlighting"]
type = "archive"
url = "/~https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".config/zsh/grep.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/grep.zsh"
refreshPeriod = "168h"
[".config/zsh/key-bindings.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/key-bindings.zsh"
refreshPeriod = "168h"
[".config/zsh/zfunctions/kubectl"]
type = "file"
url = "https://raw.githubusercontent.com/superbrothers/zsh-kubectl-prompt/master/kubectl.zsh"
refreshPeriod = "168h"