1
ewconfig/install.conf.yaml
2022-02-23 10:10:10 -05:00

22 lines
406 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.gitconfig: configs/git/.gitconfig
~/.zshrc:
path: configs/zsh/.zshrc
force: true
~/.config/tabset: configs/tabset
~/.local/share/remmina: configs/remmina/hosts
- create:
- ~/Downloads
- ~/bin
- ~/projects
- ~/src
- shell:
- [git submodule update --init --recursive, Installing submodules]