-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
executable file
·33 lines (33 loc) · 1.24 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
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [mkdir -p ~/.config, Creating .config directory]
- [mkdir -p ~/tools/shell, Creating bin directory]
- link:
~/.dotfiles: ''
~/.tmux.conf: config/tmux
~/.zshrc: zsh/zprezto/runcoms/zshrc
~/.zpreztorc: zsh/zprezto/runcoms/zpreztorc
~/.zlogin: zsh/zprezto/runcoms/zlogin
~/.zlogout: zsh/zprezto/runcoms/zlogout
~/.zprofile: zsh/zprezto/runcoms/zprofile
~/.zshenv: zsh/zprezto/runcoms/zshenv
~/.zprezto: zsh/zprezto
~/.zcustom: zsh/zcustom
~/.zwindows: zsh/zwindows
~/.zlinux: zsh/zlinux
~/.zalias: zsh/zalias
~/tools/shell/z: bin/z
~/tools/shell/fz: bin/fz
~/.gitconfig: git/config
~/.config/nvim: config/nvim
~/.config/i3: config/i3
~/.config/i3status: config/i3status
~/.config/shell: config/shell
~/.config/fonts: config/fonts
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [pip install neovim]
- [vim +PluginInstall +qall, Installing vim plugins]