mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +01:00
29 lines
787 B
YAML
29 lines
787 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.bashrc: bash/rc
|
|
~/.bash_profile: bash/profile
|
|
~/.gitconfig: git/gitconfig
|
|
~/.gitignore_global: git/gitignore_global
|
|
~/.config/geany/geany.conf: geany/geany.conf
|
|
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
|
~/.config/geany/filedefs: geany/filedefs
|
|
~/.ncmpcpp/config: ncmpcpp/config
|
|
~/.ncmpcpp/bindings: ncmpcpp/bindings
|
|
~/.profile: profile.sh
|
|
~/.ssh/config: ssh/config
|
|
~/.tmux: tmux
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
~/.vimrc: vim/vimrc
|
|
~/.xinitrc: xinitrc
|
|
~/.xsession: xsession
|
|
~/.config/awesome: awesome
|
|
~/.config/redshift.conf: redshift/redshift.conf
|
|
|
|
#- shell:
|
|
# - git submodules update # after linking ~/.gitconfig
|