diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 16:44:09 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 16:47:21 +0500 |
| commit | d7ceb2c81316529e2d46e19489fc3b765ef7d84f (patch) | |
| tree | 5f13da51437b6a8e934e37a52a2261c1fe03c673 /install.conf.yaml | |
| parent | 0f5d6556337415ce7fdc3fdc200e88ef81fe3b61 (diff) | |
Integrate dotbot.
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml new file mode 100644 index 0000000..5d00e4b --- /dev/null +++ b/install.conf.yaml @@ -0,0 +1,35 @@ +- defaults: + link: + relink: true + +- clean: ['~'] + +- link: + ~/.aria2: files/.aria2 + ~/.mpv: files/.mpv + ~/.lessfilter.sh: files/.lessfilter.sh + # Git + ~/.gitconfig: files/.gitconfig + ~/.gitignore: files/.gitignore + # Tmux + ~/.tmux.conf: files/.tmux.conf + ~/.tmux: files/.tmux/ + # Vim + ~/.vim: files/.vim + ~/.vimrc: files/.vimrc + ~/.gvimrc: files/.gvimrc + # Zsh + ~/.zsh: files/.zsh + ~/.zshrc: files/.zshrc + ~/.zshenv: files/.zshenv + ~/bin: files/bin + ~/.config/: + glob: true + path: files/.config/* + create: true + +- create: + - ~/.z + +- shell: + - [git submodule update --init --recursive, Installing submodules] |
