30 lines
713 B
YAML
30 lines
713 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
~/.abcde.conf: confs/abcde.conf
|
|
~/.ansiweatherrc: confs/ansiweatherrc
|
|
~/.config/awesome: awesome
|
|
~/.emacs: emacs/emacs
|
|
~/.emacs.d: emacs/emacs.d
|
|
~/.fonts: fonts
|
|
~/.latexmkr: confs/latexmkrc
|
|
~/.tmux.conf: confs/tmux.conf
|
|
~/.vim: vim/vim
|
|
~/.vimrc: vim/vimrc
|
|
~/.xbindkeysrc: x/xbindkeysrc
|
|
~/.Xresources: x/Xresources
|
|
~/.Xresources.d: x/Xresources.d
|
|
~/.zshenv: zsh/zshenv
|
|
~/.zshrc: zsh/zshrc
|
|
~/.oh-my-zsh: zsh/oh-my-zsh
|
|
|
|
- shell:
|
|
- git submodule sync --init --recursive
|
|
# the following have to run after linking ~/.gitconfig
|
|
- git update-submodules
|