Skip to content

Instantly share code, notes, and snippets.

@armarti
Created June 13, 2018 15:55
Show Gist options
  • Save armarti/40ffb6296f33753c80ddc8c0b200904f to your computer and use it in GitHub Desktop.
Save armarti/40ffb6296f33753c80ddc8c0b200904f to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/Downloads/
wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.8.3868.tar.gz
sudo add-apt-repository ppa:cleishm/neo4j
sudo apt-get update
sudo apt install -y net-tools aptitude apt-file open-vm-tools-desktop build-essential gdebi
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
~/.rbenv/bin/rbenv init
rbenv install 2.5.1
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install --lts
curl -o- https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment