Skip to content

Instantly share code, notes, and snippets.

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 mikedamoiseau/7367778 to your computer and use it in GitHub Desktop.
Save mikedamoiseau/7367778 to your computer and use it in GitHub Desktop.

Things to do after install Ubuntu

  • Update all packages
  • Install Unity2D
  • Install Vim sudo apt-get install vim
  • Change default editor to be Vim editor-select
  • Install Google Chrome http://www.google.com/chrome
  • Customize terminal prompt .bashrc and .vimrc
  • Install LAMP sudo apt-get install tasksel
  • Install PHPMyAdmin sudo apt-get install phpmyadmin
    • enable mod_rewrite and mod_ssl
    • install curl and php5-curl
  • Install Git sudo apt-get install git
  • Install Ruby sudo apt-get install ruby1.9.2 (or newer version)
  • Install Sass sudo gem install sass
  • Install Node.js http://nodejs.org
  • Install Sublime Text
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment