-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
41 lines (37 loc) · 927 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- link:
~/.bash_aliases: .bash_aliases
~/.bashrc: .bashrc
~/.config/alacritty:
create: true
path: .config/alacritty
# in case of deleting ~/.config/nvim, use this to relink:
# mv ~/.config/nvim .config/
# ln -s ~/Workbench/dotfiles/.config/nvim ~/.config/nvim
# ls -l ~/.config | grep nvim # check if it was succesfully linked
~/.config/nvim:
create: true
path: .config/nvim
~/.gitconfig: .gitconfig
~/.ideavimrc: .ideavimrc
~/.inputrc: .inputrc
~/.p10k.zsh:
force: true
path: .p10k.zsh
~/.tmux.conf: .tmux.conf
~/.vimrc: .vimrc
~/.zsh:
force: true
path: .zsh
~/.zshrc:
force: true
path: .zshrc
- create:
- ~/Workbench
- ~/.vim/undodir
- shell:
- [git submodule update --init --recursive, Installing submodules]