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
|
sudo dnf install ansible -y
|
||||||
fi
|
fi
|
||||||
elif [[ $(uname) == "Darwin" ]]; then
|
elif [[ $(uname) == "Darwin" ]]; then
|
||||||
if [[ ! $(command -v brew)]]; then
|
if [[ ! $(command -v brew) ]]; then
|
||||||
# Yeah, raw brew install
|
# Yeah, raw brew install
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
install_options: with-gdbm with-pcre with-unicode9
|
install_options: with-gdbm with-pcre with-unicode9
|
||||||
|
|
||||||
- include_tasks: neovim-nightly.yml
|
- include_tasks: neovim-nightly.yml
|
||||||
|
- include_tasks: emacs-plus.yml
|
||||||
|
|
||||||
- name: Homebrew - Install Hammerspoon
|
- name: Homebrew - Install Hammerspoon
|
||||||
homebrew_cask:
|
homebrew_cask:
|
||||||
|
|
Loading…
Add table
Reference in a new issue