Skip to content

Instantly share code, notes, and snippets.

@HCLarsen
Created September 4, 2017 22:27
Show Gist options
  • Select an option

  • Save HCLarsen/a1535e3d9aee750a02c60ab7c13c5f32 to your computer and use it in GitHub Desktop.

Select an option

Save HCLarsen/a1535e3d9aee750a02c60ab7c13c5f32 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install software-properties-common
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install rvm
sudo apt-get install atom
sudo apt-get install nodejs-legacy
sudo apt install npm
sudo npm install -g create-react-app
curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get install crystal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment