Skip to content

Instantly share code, notes, and snippets.

@zhaopengme
Created January 19, 2017 06:08
Show Gist options
  • Save zhaopengme/c10132f5e9ae03c013c976d35396c5e4 to your computer and use it in GitHub Desktop.
Save zhaopengme/c10132f5e9ae03c013c976d35396c5e4 to your computer and use it in GitHub Desktop.
mkdir /opt/vscode
cd $_
wget http://download.microsoft.com/download/9/5/4/9549F9CC-2663-40D7-8CB6-244D7C4C3CDA/VSCode-linux-x64.zip
unzip VSCode-linux-x64.zip
rm $_
ln -s /opt/vscode/Code /usr/local/bin/code
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment