-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
51 lines (51 loc) · 1.54 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
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.aws
- ~/.config
- ~/.config/gh
- ~/.krew
- ~/.zsh
- ~/.zsh/aliases
- ~/.zsh/exports
- ~/.zsh/functions
- ~/.kube
- link:
~/.aws/config: ../vault/.aws/config
~/.aws/credentials: ../vault/.aws/credentials
~/.config/gh/config.yml: .config/gh/config.yml
~/.config/gh/hosts.yml: ../vault/.config/gh/hosts.yml
~/.config/kitty/kitty.conf: .config/kitty/kitty.conf
~/.config/kitty/session.default: .config/kitty/session.default
~/.krew/krewfile: .krew/krewfile
~/.kube/config: ../vault/.kube/config
~/Library/Application Support/k9s/skin.yml: .k9s/skin.yml
~/.zsh/aliases/.aliases: .zsh/aliases/.aliases
~/.zsh/exports/.exports: .zsh/exports/.exports
~/.zsh/functions/.functions: .zsh/functions/.functions
~/.gitconfig: .gitconfig
~/.gitconfig.local: ../vault/.gitconfig.local
~/.gitignore: .gitignore
~/.gitmessage: .gitmessage
~/.vimrc: .vimrc
~/.macos: .macos
~/.tmux.conf: .tmux.conf
~/.config/starship.toml: .config/starship.toml
~/.zprofile: .zprofile
~/.private.zshenv: ../vault/.zshenv
~/.zshrc: .zshrc
~/Brewfile: Brewfile
~/Brewfile.lock.json: Brewfile.lock.json
~/.config/nvim: .config/nvim/NvChad
~/.bin: .bin
- create:
- ~/Documents/screenshots
- ~/.config/nvim/lua/custom
- link:
~/.config/nvim/lua/custom/chadrc.lua: chadrc.lua
- shell:
- [source ~/.zshrc]
- [brew bundle install]
- [kubectl krew install < ~/.krew/krewfile]