brew packages

This commit is contained in:
2021-11-06 22:11:58 +01:00
parent ca63fe4ce6
commit 0f0479c9f9
6 changed files with 29 additions and 14 deletions

View File

@@ -1,17 +1,20 @@
- defaults:
link:
create: true
relink: true
force: true
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
~/.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]
- [git submodule update --init --recursive, Installing submodules]
# Brew plugin
- brew: [gnupg, fish, git-lfs, htop, n]