dotfiles/.install.conf.yaml
2021-02-03 21:29:58 +00:00

35 lines
528 B
YAML

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