-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
47 lines (44 loc) · 1021 Bytes
/
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.asdfrc: asdf/asdfrc
~/.Brewfile: homebrew/Brewfile
~/.Brewfile.lock.json: homebrew/Brewfile.lock.json
~/.gitconfig: gitconfig
~/.irbrc: irbrc
~/.tmux.conf: tmux.conf
~/.zshrc:
path: zshrc
force: true
~/.config/atuin:
path: atuin
create: true
~/.config/bat:
path: bat
create: true
~/.config/ghostty:
path: ghostty
create: true
~/.config/lazygit:
path: lazygit
create: true
~/.config/nvim:
path: nvim
create: true
~/.config/rubocop:
path: rubocop
create: true
~/.config/tmuxinator:
path: tmuxinator
create: true
~/.config/wezterm:
path: wezterm
create: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
Installing tmux plugins,
]