mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 15:09:12 +01:00
29 lines
439 B
YAML
29 lines
439 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
|
|
# vim
|
|
~/.vim: vim
|
|
~/.vimrc: vim/vimrc
|
|
|
|
# bash
|
|
~/.bash: bash
|
|
~/.bash_profile: bash/bash_profile
|
|
~/.bashrc: bash/bashrc
|
|
|
|
# zsh
|
|
|
|
# git
|
|
|
|
- shell:
|
|
- git submodule sync --recursive
|
|
- git update-submodules
|
|
- >
|
|
git cleanall -f
|
|
vim/pack/vendor/start/
|
|
zsh/plugins/ |