Skip to content

Instantly share code, notes, and snippets.

@shayfrendt
Created January 14, 2010 04:23
Show Gist options
  • Save shayfrendt/276851 to your computer and use it in GitHub Desktop.
Save shayfrendt/276851 to your computer and use it in GitHub Desktop.

Revisions

  1. @webandy webandy revised this gist Oct 21, 2009. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Textmate bundles
    Original 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
    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
  2. @webandy webandy revised this gist Oct 21, 2009. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Textmate bundles
    Original 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
  3. @webandy webandy revised this gist Sep 16, 2009. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Textmate bundles
    Original 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
  4. @webandy webandy revised this gist Aug 21, 2009. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Textmate bundles
    Original 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
  5. @webandy webandy revised this gist Aug 7, 2009. 2 changed files with 10 additions and 4 deletions.
    10 changes: 10 additions & 0 deletions Textmate bundles
    Original 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
    4 changes: 0 additions & 4 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    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'
  6. @webandy webandy created this gist Apr 3, 2009.
    4 changes: 4 additions & 0 deletions gistfile1.sh
    Original 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'