Working macos

This commit is contained in:
Anthony Cicchetti 2021-01-15 12:29:20 -05:00
parent 24c016548d
commit 938bdc4ff3
3 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ elif [[ $(uname) == "Linux" ]]; then
sudo dnf install ansible -y
fi
elif [[ $(uname) == "Darwin" ]]; then
if [[ ! $(command -v brew)]]; then
if [[ ! $(command -v brew) ]]; then
# Yeah, raw brew install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi

View file

@ -23,6 +23,7 @@
install_options: with-gdbm with-pcre with-unicode9
- include_tasks: neovim-nightly.yml
- include_tasks: emacs-plus.yml
- name: Homebrew - Install Hammerspoon
homebrew_cask: