Skip to content

Instantly share code, notes, and snippets.

@MartyLake
Last active August 29, 2015 14:07
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 MartyLake/da7163333e92c80db4cb to your computer and use it in GitHub Desktop.
Save MartyLake/da7163333e92c80db4cb to your computer and use it in GitHub Desktop.
ubuntu setup script
# bin/bash
# paste this command to your terminal
# sudo apt-get install curl && bash <(curl -s https://gist.github.com/MartyLake/da7163333e92c80db4cb)
echo "Setting up the environement !"
echo "Installing gcc, gedit, zsh"
apt-get install gcc gedit gedit-plugins zsh
echo "Done!"
echo "Installing zsh profile !"
# TODO curl blablablabalballba .zsh > home/.zsh
echo "Launch zsh at bash startup"
# TODO
echo "Setting up is done !"
@MartyLake
Copy link
Author

Added apt-get install curl to the initial command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment