brew tap homebrew/cask
brew cask install https://gist.githubusercontent.com/anselm94/86a2bc6d8a06d8e0721b3c8fd6752372/raw/4ea5238e892e5dd5bb630ae604033705489e320e/phantomjs-1.9.7.rb
A simple git cloner script, which clones any Git repository to your set Projects folder and opens VS Code to quickly get started editing.
- Copy the above script and paste it in a file named
git-clone
- Adjust
PROJECTS_LOCATION
variable to your Projects folder - Assign necessary permissions to execute
chmod +x git-clone