Skip to content

Instantly share code, notes, and snippets.

@jmewes
Created June 16, 2020 07:31
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 jmewes/5a7bc56aeb706882a936206e19d3815e to your computer and use it in GitHub Desktop.
Save jmewes/5a7bc56aeb706882a936206e19d3815e to your computer and use it in GitHub Desktop.
Install IntellIj
cd /tmp
wget -cO jetbrains-toolbox.tar.gz "https://data.services.jetbrains.com/products/download?platform=linux&code=TBA"
tar -xzf jetbrains-toolbox.tar.gz
DIR=$(find . -maxdepth 1 -type d -name jetbrains-toolbox-\* -print | head -n1)
cd $DIR
./jetbrains-toolbox
cd ..
rm -r $DIR
rm jetbrains-toolbox.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment