dotfiles/install.conf.yaml

18 lines
356 B
YAML
Raw Normal View History

2021-11-04 11:29:42 +01:00
- defaults:
2021-11-04 11:35:52 +01:00
link:
create: true
relink: true
force: true
2021-11-04 11:29:42 +01:00
- clean: ["~"]
2021-11-04 11:15:32 +01:00
- link:
2021-11-05 16:02:51 +01:00
~/.gitconfig: files/git/gitconfig
2021-11-04 11:35:52 +01:00
~/.vim: files/vim
~/.vimrc: files/vimrc
~/.config/fish: files/fish
~/.config/omf: files/omf
2021-11-04 11:15:32 +01:00
2021-11-04 11:29:42 +01:00
- shell:
2021-11-04 11:35:52 +01:00
- [git submodule update --init --recursive, Installing submodules]