Created
January 12, 2012 14:37
-
-
Save jrgifford/1600874 to your computer and use it in GitHub Desktop.
@jrgifford's Ubuntu 11.10 setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###### 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