Added some brew installations
This commit is contained in:
parent
65c7f54b32
commit
c7bcdb2cfd
1 changed files with 16 additions and 0 deletions
|
@ -4,3 +4,19 @@
|
||||||
update_homebrew: yes
|
update_homebrew: yes
|
||||||
upgrade_all: yes
|
upgrade_all: yes
|
||||||
|
|
||||||
|
- name: Homebrew - install neovim
|
||||||
|
homebrew:
|
||||||
|
update_homebrew: yes
|
||||||
|
name: neovim
|
||||||
|
|
||||||
|
- name: Homebrew - Install git
|
||||||
|
homebrew:
|
||||||
|
update_homebrew: yes
|
||||||
|
name: git
|
||||||
|
|
||||||
|
- name: Homevrew - Install zsh
|
||||||
|
homebrew:
|
||||||
|
update_homebrew: yes
|
||||||
|
name: zsh
|
||||||
|
install_options: with-gdbm with-pcre with-unicode9
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue