Skip to content

Instantly share code, notes, and snippets.

View anselm94's full-sized avatar
👋
Focusing

Merbin J Anselm anselm94

👋
Focusing
View GitHub Profile
@anselm94
anselm94 / README.md
Last active January 21, 2020 11:01
Script to install PhantomJS 1.9.7 in macOS

Install phantomjs v1.9.7 in macOS

brew tap homebrew/cask
brew cask install https://gist.githubusercontent.com/anselm94/86a2bc6d8a06d8e0721b3c8fd6752372/raw/4ea5238e892e5dd5bb630ae604033705489e320e/phantomjs-1.9.7.rb
@anselm94
anselm94 / README.md
Created January 3, 2020 06:48
Simple Bash script file to quickly Git clone and open VS Code

Git Cloner

A simple git cloner script, which clones any Git repository to your set Projects folder and opens VS Code to quickly get started editing.

Steps

  • 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