Files
dotfiles/.dotbot.conf.yaml
2021-11-27 18:42:13 +01:00

16 lines
233 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.ack: ack
~/.ag: ag
~/.ctags: ctags
~/.wget: wget
~/.zshrc: zshrc
- shell:
- [git submodule update --init --recursive, Installing submodules]