dotfiles/.install.conf.yaml
2021-02-01 13:17:51 -05:00

28 lines
338 B
YAML

- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
# vim
~/.vim: vim
~/.vimrc: vim/vimrc
# bash
~/.bash:
force: true
path: bash
~/.bashrc:
force: true
path: bash/bashrc
# zsh
# git
- shell:
- git submodule sync --recursive