Skip to content

Instantly share code, notes, and snippets.

@lvnilesh
Created November 22, 2019 21:27
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 lvnilesh/df13e6db2f2ef4840100d1f9ee53cff5 to your computer and use it in GitHub Desktop.
Save lvnilesh/df13e6db2f2ef4840100d1f9ee53cff5 to your computer and use it in GitHub Desktop.
mac.setup.sh
brew install awscli jq wget
brew cask install visual-studio-code
ln -sf "/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" /usr/local/bin/code
code --install-extension ms-vscode-remote.remote-ssh
rm -rf settings.json
wget https://gist.githubusercontent.com/lvnilesh/523afc0e19f4dba3bca6e6c2fc99bbaa/raw/2ee1c531083ba771f8fd9d3c74b8415198038954/settings.json
mv -f settings.json "$HOME/Library/Application Support/Code/User/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment