dotfiles/install.conf.yaml

24 lines
500 B
YAML
Raw Normal View History

2021-11-04 11:29:42 +01:00
- defaults:
2021-11-06 22:11:58 +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-06 22:11:58 +01:00
~/.gitconfig: files/git/gitconfig
~/.vim: files/vim
~/.vimrc: files/vimrc
2022-03-31 15:45:52 +02:00
~/.config/nvim/init.vim: files/vimrc
2021-11-06 22:11:58 +01:00
~/.config/fish: files/fish
~/.config/omf: files/omf
2021-11-24 13:57:08 +01:00
~/.config/key-mapper: files/key-mapper
2022-04-08 11:46:25 +02:00
~/.gitignore_global: files/git/gitignore_global
2021-11-04 11:15:32 +01:00
2021-11-04 11:29:42 +01:00
- shell:
2021-11-06 22:11:58 +01:00
- [git submodule update --init --recursive, Installing submodules]
2022-04-04 14:54:52 +02:00
- brewfile:
- files/Brewfile