Skip to content

Instantly share code, notes, and snippets.

@spaghetti-
Last active April 13, 2018 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spaghetti-/7f4c6607d4525b1d29bc80c13b133292 to your computer and use it in GitHub Desktop.
Save spaghetti-/7f4c6607d4525b1d29bc80c13b133292 to your computer and use it in GitHub Desktop.
brew update
brew install php
git clone --depth 1 https://github.com/phacility/libphutil.git
git clone --depth 1 https://github.com/phacility/arcanist.git
if grep -Fxq 'export PATH=$PATH:$HOME/repos/arcanist/bin' ~/.zshrc
then
echo 'export PATH=$PATH:$HOME/repos/arcanist/bin' | tee -a ~/.zshrc
else
echo 'arcanist bin path exists in path, not appending'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment