-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
41 lines (35 loc) · 917 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
- defaults:
link:
relink: true
force: true
- create:
- ~/.config
- clean: ['~']
- link:
~/.gitignore_global: gitignore_global
~/.astylerc: astylerc
~/.bash.d: bash.d
~/.bash_profile: bash_profile
~/.profile: bash_profile
~/.fzf.bash: fzf.bash
~/.bashrc: bashrc
~/.bash_logout: bash_logout
~/.tmux.conf: tmux.conf
~/.globalrc: globalrc
~/.inputrc: inputrc
~/.minttyrc: minttyrc
~/.solarized.ansi: solarized.ansi
~/.vim: vim
~/.vimrc: vimrc
~/.fonts: fonts
~/.gitconfig: gitconfig
~/.colors: colors
~/.agignore: agignore
~/.dircolors: dircolors
~/Notes: Notes
~/.config/nvim: nvim
~/.config/nvim/init.vim: vimrc
- shell:
- if [[ ! -d ~/.config ]]; then mkdir ~/.config; fi
- [git submodule update --init --recursive, Installing submodules]
- if [[ -d ~/.fzf ]]; then ~/.fzf/install --bin; fi