mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-13 07:03:32 +01:00
d47333930f
So everythin is always defined in a bash shell
16 lines
295 B
YAML
16 lines
295 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.bashrc: bash/bashrc
|
|
~/.profile: profile.sh
|
|
~/.gitconfig: git/gitconfig
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
~/.vimrc: vim/vimrc
|
|
|
|
#- shell:
|
|
# - git submodules update # after linking ~/.gitconfig
|