16 lines
382 B
YAML
16 lines
382 B
YAML
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
~/.dotfiles: ''
|
|
~/bin: bin/
|
|
~/utils: sysadmin-util/
|
|
~/.nano: lib/nano/syntax
|
|
~/.nanorc: files/nanorc
|
|
~/.dircolors: files/dircolors
|
|
~/.gitconfig: files/gitconfig
|
|
~/.gitignore_global: files/gitignore_global
|
|
~/.zsh: zsh/
|
|
~/.zshrc: files/zshrc
|
|
|
|
- shell:
|
|
- git update-submodules # after linking ~/.gitconfig
|