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