Skip to content

Instantly share code, notes, and snippets.

@Grynn
Created July 12, 2016 18:52
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 Grynn/fc3176527b65a719114abec5e99e2566 to your computer and use it in GitHub Desktop.
Save Grynn/fc3176527b65a719114abec5e99e2566 to your computer and use it in GitHub Desktop.
Homebrew + Cask + VSCode
#!/bin/bash
# Install Homebrew, Cask, git and some gnu tools (gsed == Gnu sed, gawk = Gnu awk, gfind = Gnu find)
set -e
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install git gawk gsed gfind
brew cask install visual-studio-code
@va9
Copy link

va9 commented Jul 18, 2016

What about windows users?

@Grynn
Copy link
Author

Grynn commented Feb 3, 2017

very few windows guys... (but bash on windows may work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment