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

15 lines
213 B
YAML

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