Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created January 12, 2012 14:37
Show Gist options
  • Save jrgifford/1600874 to your computer and use it in GitHub Desktop.
Save jrgifford/1600874 to your computer and use it in GitHub Desktop.
@jrgifford's Ubuntu 11.10 setup.
###### UBUNTU DEVELOPMENT SETUP ######
### Add Sublime Text 2 ###
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text-2
### Install rvm with railsready ###
wget --no-check-certificate https://raw.github.com/joshfng/railsready/master/railsready.sh && bash railsready.sh
# Add Git Support#
cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/kemayo/sublime-text-2-git.git Git
### Add Gedit-Gmate ###
sudo apt-add-repository ppa:ubuntu-on-rails/ppa
sudo apt-get update
sudo apt-get install gedit-gmate
### Add Retext 1.0 (markdown editor)###
sudo add-apt-repository ppa:mitya57
sudo apt-get update
sudo apt-get install retext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment