Created
          January 14, 2010 04:23 
        
      - 
      
 - 
        
Save shayfrendt/276851 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
webandy revised this gist
Oct 21, 2009 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ git clone git://github.com/textmate/ruby-haml.tmbundle.git git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.tmbundle git clone git://github.com/johnmuhl/nginx-tmbundle.git nginx.tmbundle osascript -e 'tell app "TextMate" to reload bundles' # ctrl-option-shift pick Ruby Haml  - 
        
webandy revised this gist
Oct 21, 2009 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ git clone git://github.com/textmate/ruby-haml.tmbundle.git git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.tmbundle git clone git://github.com/johnmuhl/nginx-tmbundle.git osascript -e 'tell app "TextMate" to reload bundles' # ctrl-option-shift pick Ruby Haml  - 
        
webandy revised this gist
Sep 16, 2009 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle git clone git://github.com/textmate/ruby-haml.tmbundle.git git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.tmbundle osascript -e 'tell app "TextMate" to reload bundles' # ctrl-option-shift pick Ruby Haml  - 
        
webandy revised this gist
Aug 21, 2009 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,7 @@ cd /Applications/TextMate.app/Contents/SharedSupport/Bundles git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle git clone git://github.com/textmate/ruby-haml.tmbundle.git git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle osascript -e 'tell app "TextMate" to reload bundles' # ctrl-option-shift pick Ruby Haml  - 
        
webandy revised this gist
Aug 7, 2009 . 2 changed files with 10 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Textmate essential bundles cd /Applications/TextMate.app/Contents/SharedSupport/Bundles # mkdir -p cd /Applications/TextMate.app/Contents/SharedSupport/Bundles git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle git clone git://github.com/textmate/ruby-haml.tmbundle.git git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" osascript -e 'tell app "TextMate" to reload bundles' # ctrl-option-shift pick Ruby Haml 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +0,0 @@  - 
        
webandy created this gist
Apr 3, 2009 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ cd /Applications/TextMate.app/Contents/SharedSupport/Bundles svn co "http://macromates.com/svn/Bundles/trunk/Bundles/Ruby Haml.tmbundle" svn co "http://macromates.com/svn/Bundles/trunk/Review/Bundles/Ruby Sass.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'