dotfiles/.install.conf.yaml

28 lines
365 B
YAML
Raw Normal View History

2021-01-31 18:10:19 +01:00
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
2021-01-31 21:45:12 +01:00
# vim
~/.vim: vim
~/.vimrc: vim/vimrc
# bash
2021-02-01 11:20:09 +01:00
~/.bash:
force: true
path: bash
~/.bashrc:
force: true
path: bash/bashrc
2021-01-31 21:45:12 +01:00
# zsh
# git
2021-01-31 18:10:19 +01:00
- shell:
- git submodule sync --recursive