-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
34 lines (31 loc) · 1.14 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
- clean:
~/:
force: false
~/.config:
recursive: true
- create:
- ~/.config/efm-langserver
- ~/.config/fish
- ~/.config/fish/functions
- ~/.config/git
- ~/.config/mise
- ~/.local/bin
- ~/.nvim/undodir
- link:
~/.config/efm-langserver/config.yaml: config/efm-langserver/config.yaml
~/.config/fish/config.fish: config/fish/config.fish
~/.config/fish/tide.fish: config/fish/tide.fish
~/.config/fish/fish_plugins: config/fish/fish_plugins
~/.config/fish/functions/refresh_tmux_vars.fish: config/fish/functions/refresh_tmux_vars.fish
~/.config/git/config: config/git/config
~/.config/git/delta.themes.gitconfig: config/git/delta.themes.gitconfig
~/.config/git/ignore_global: config/git/ignore_global
~/.config/nvim: config/nvim
~/.config/mise/config.toml: config/mise/config.toml
~/.config/tmux: config/tmux
~/.config/tmuxp: config/tmuxp
~/.local/bin/24_bit_color: local/bin/24_bit_color
~/.local/bin/rubocop-daemon-wrapper: local/bin/rubocop-daemon-wrapper
~/.inputrc: inputrc
- shell:
- [git submodule update --init --recursive, Installing submodules]