dotfiles/install.conf.yaml
Andrew Mulbrook 94f759dbf4 Fix dash based distributions
Dash doesn't read bashrc, so we want to manage profile as well.
2021-02-12 13:04:35 -06:00

16 lines
283 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.bashrc: bashrc
~/.profile: profile
~/.vimrc: vimrc
~/.config/kitty/kitty.conf: kitty.conf
~/.scripts: scripts
- shell:
- [git submodule update --init --recursive, Installing submodules]