-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
144 lines (134 loc) · 3.41 KB
/
install.conf.yaml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
- defaults:
link:
relink: true
create: true
- clean: ["~"]
- link:
# Shells
~/.profile:
~/.bashrc:
~/.zshrc: zsh/zshrc
~/.zshrc.local: local/zshrc.local
~/.oh-my-zsh: zsh/ohmyzsh
~/.oh-my-zsh/custom/themes/powerlevel10k: zsh/powerlevel10k
~/.p10k.zsh: zsh/p10k.zsh
# Alacritty
~/.config/alacritty: alacritty
# ZSH Plugins
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions: zsh/zsh-autosuggestions
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting: zsh/zsh-syntax-highlighting
# Completions
~/.zsh/completions/just.zsh: just/just.zsh
# Tmux
~/.tmux:
~/.tmux.conf:
# Vim
~/.config/nvim: nvim/NvChad
~/.config/nvim/lua/custom: nvim/custom
# Tools
~/.config/k9s: k9s
~/.asdf:
- asdf:
- plugin: kubectl
url: https://github.com/asdf-community/asdf-kubectl.git
global: latest
versions:
- latest
- plugin: nodejs
url: https://github.com/asdf-vm/asdf-nodejs
global: latest
versions:
- 18.17.0
- latest
- plugin: golang
url: https://github.com/kennyp/asdf-golang
global: 1.23.0
versions:
- 1.23.0
- plugin: k9s
url: https://github.com/looztra/asdf-k9s.git
global: latest
versions:
- latest
- plugin: neovim
url: https://github.com/richin13/asdf-neovim.git
global: stable
versions:
- stable
- plugin: cue
url: https://github.com/asdf-community/asdf-cue.git
global: latest
versions:
- latest
- plugin: protoc
url: https://github.com/paxosglobal/asdf-protoc.git
global: latest
versions:
- latest
- plugin: lazydocker
url: https://github.com/comdotlinux/asdf-lazydocker.git
global: latest
versions:
- latest
- plugin: sops
url: https://github.com/feniix/asdf-sops.git
global: latest
versions:
- latest
- plugin: just
url: https://github.com/olofvndrhr/asdf-just.git
global: latest
versions:
- latest
- plugin: argocd
url: https://github.com/beardix/asdf-argocd.git
global: latest
versions:
- latest
- plugin: helm
url: https://github.com/Antiarchitect/asdf-helm.git
global: latest
versions:
- latest
- plugin: terraform
url: https://github.com/asdf-community/asdf-hashicorp.git
global: latest
versions:
- latest
- plugin: kustomize
url: https://github.com/Banno/asdf-kustomize.git
global: latest
versions:
- latest
- plugin: lua
url: https://github.com/Stratus3D/asdf-lua.git
global: latest
versions:
- latest
- plugin: zoxide
url: https://github.com/nyrst/asdf-zoxide.git
global: latest
versions:
- latest
- plugin: fzf
url: https://github.com/kompiro/asdf-fzf.git
global: latest
versions:
- latest
- plugin: vhs
url: https://github.com/chessmango/asdf-vhs.git
global: latest
versions:
- latest
- plugin: gum
url: https://github.com/lwiechec/asdf-gum.git
global: latest
versions:
- latest
- shell:
- command: git submodule sync --recursive
description: Sync Submodules
quiet: true
- command: git submodule update --init --recursive
description: Update Submodules
quiet: true