Added some brew installations

This commit is contained in:
Anthony S Cicchetti 2018-11-14 17:53:49 -05:00
parent 65c7f54b32
commit c7bcdb2cfd

View file

@ -4,3 +4,19 @@
update_homebrew: 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