Skip to content

Instantly share code, notes, and snippets.

@sidorelauku
Created December 22, 2016 22:17
Show Gist options
  • Save sidorelauku/0a356acc4f65db2b9913d010fa09f796 to your computer and use it in GitHub Desktop.
Save sidorelauku/0a356acc4f65db2b9913d010fa09f796 to your computer and use it in GitHub Desktop.
Install Visual Studio Code on openSUSE
curl -sSL -o code.tar.gz https://go.microsoft.com/fwlink/?LinkID=620884
sudo mkdir -p /opt/code && sudo tar zxf code.tar.gz -C /opt/code --strip-components=1
sudo ln -sf /opt/code/code /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment