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

23 lines
419 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.ack: ack
~/.ag: ag
~/.config/starship.toml:
create: true
path: starship.toml
~/.ctags: ctags
~/.editorconfig: editorconfig
~/.gitconfig: gitconfig
~/.gitignore: gitignore
~/.pandoc: pandoc
~/.wget: wget
~/.zshrc: zshrc
- shell:
- [git submodule update --init --recursive, Installing submodules]