Working macos
This commit is contained in:
parent
24c016548d
commit
938bdc4ff3
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue