dotfiles/install.conf.yaml

21 lines
385 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
~/.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-06 22:11:58 +01:00
- [git submodule update --init --recursive, Installing submodules]
# Brew plugin
- brew: [gnupg, fish, git-lfs, htop, n]