-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml
60 lines (60 loc) · 2.28 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
[".nvm"]
type = "archive"
url = "https://github.com/nvm-sh/nvm/archive/refs/tags/v0.39.7.tar.gz"
exact = true
stripComponents = 1
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/refs/heads/master.zip"
exact = true
stripComponents = 1
[".oh-my-zsh/custom/plugins/zsh-completions"]
type = "archive"
url = "https://github.com/zsh-users/zsh-completions/archive/refs/tags/0.34.0.tar.gz"
exact = true
stripComponents = 1
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "archive"
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/refs/tags/v0.7.0.tar.gz"
exact = true
stripComponents = 1
[".oh-my-zsh/custom/plugins/zsh-history-substring-search"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-history-substring-search.git"
refreshPeriod = "168h"
["work/aws-cli"]
type = "git-repo"
url = "https://github.com/aws/aws-cli.git"
refreshPeriod = "168h"
["work/aws-cli".clone]
args = ["--branch", "v2"]
[".local/bin/kubens"]
type = "file"
url = "https://github.com/ahmetb/kubectx/releases/download/v0.9.4/kubens_v0.9.4_linux_x86_64.tar.gz"
executable = true
[".local/bin/kubens".filter]
command = "tar"
args = ["--extract", "--file", "/dev/stdin", "--gzip", "--to-stdout", "kubens"]
[".local/bin/kubectx"]
type = "file"
url = "https://github.com/ahmetb/kubectx/releases/download/v0.9.4/kubectx_v0.9.4_linux_x86_64.tar.gz"
executable = true
[".local/bin/kubectx".filter]
command = "tar"
args = ["--extract", "--file", "/dev/stdin", "--gzip", "--to-stdout", "kubectx"]
[".oh-my-zsh/custom/plugins/zdharma-continuum/fast-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zdharma-continuum/fast-syntax-highlighting.git"
refreshPeriod = "168h"
[".oh-my-zsh/custom/themes/powerlevel10k"]
type = "archive"
url = "https://github.com/romkatv/powerlevel10k/archive/v1.20.0.tar.gz"
exact = true
stripComponents = 1
[".local/share/fonts"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Hack.zip"
exact = true
[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"