mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 07:23:10 +01:00
31 lines
383 B
YAML
31 lines
383 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
|
|
# vim
|
|
~/.vim: vim
|
|
~/.vimrc: vim/vimrc
|
|
|
|
# Tmux
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
|
|
# bash
|
|
~/.bash:
|
|
force: true
|
|
path: bash
|
|
~/.bashrc:
|
|
force: true
|
|
path: bash/bashrc
|
|
|
|
# zsh
|
|
|
|
# git
|
|
|
|
- shell:
|
|
- git submodule sync --recursive
|