mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 15:33:09 +01:00
22 lines
419 B
YAML
22 lines
419 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
~/.zshenv:
|
|
path: zsh/.zshenv
|
|
force: true
|
|
~/.config/zsh: zsh
|
|
~/.config/vim: vim
|
|
~/.config/nvim: vim
|
|
~/.config/bash: bash
|
|
~/.tmux.conf: tmux/.tmux.conf
|
|
~/.local/share/tmux: tpm
|
|
~/.config/utils: utils
|
|
~/.gitconfig: git/.gitconfig
|
|
- shell:
|
|
- git submodule sync --recursive
|
|
|