dotfiles/.install.conf.yaml
2021-02-02 15:16:19 +00:00

31 lines
383 B
YAML

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