Skip to content

Instantly share code, notes, and snippets.

@mfo
Created March 17, 2011 08:54
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 mfo/874019 to your computer and use it in GitHub Desktop.
Save mfo/874019 to your computer and use it in GitHub Desktop.
from emacs to textmate
# set dir which store Bundles : http://manual.macromates.com/en/bundles
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
# get some bundles for rails
svn co "http://svn.textmate.org/trunk/Bundles/Ruby Haml.tmbundle"
svn co "http://macromates.com/svn/Bundles/trunk/Review/Bundles/Ruby Sass.tmbundle"
git clone git://github.com/kuroir/SCSS.tmbundle.git "SCSS.tmbundle"
# open your rails project, menu => Bundles => Bundle Editors => Reload Bundles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment