dotfiles/.install.conf.yaml

33 lines
451 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
~/.tmux/plugins: tmux/plugins
2021-02-02 17:02:56 +01:00
~/.tmux/plugins/tpm: tmux/tpm
2021-02-02 16:16:19 +01:00
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