dotfiles/install.conf.yaml
2021-11-06 22:11:58 +01:00

21 lines
385 B
YAML

- defaults:
link:
create: true
relink: true
force: true
- clean: ["~"]
- link:
~/.gitconfig: files/git/gitconfig
~/.vim: files/vim
~/.vimrc: files/vimrc
~/.config/fish: files/fish
~/.config/omf: files/omf
- shell:
- [git submodule update --init --recursive, Installing submodules]
# Brew plugin
- brew: [gnupg, fish, git-lfs, htop, n]