dotfiles/.install.conf.yaml

31 lines
383 B
YAML
Raw Normal View History

2021-02-01 19:17:51 +01:00
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
# vim
~/.vim: vim
~/.vimrc: vim/vimrc
2021-02-02 16:16:19 +01:00
# Tmux
~/.tmux.conf: tmux/tmux.conf
2021-02-01 19:17:51 +01:00
# bash
~/.bash:
force: true
path: bash
~/.bashrc:
force: true
path: bash/bashrc
# zsh
# git
- shell:
- git submodule sync --recursive