Skip to content

Instantly share code, notes, and snippets.

@tonycoco
Created September 14, 2012 17:01
Show Gist options
  • Select an option

  • Save tonycoco/3723245 to your computer and use it in GitHub Desktop.

Select an option

Save tonycoco/3723245 to your computer and use it in GitHub Desktop.

Revisions

  1. tonycoco revised this gist Nov 5, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tm2-bundles
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    These are some needed bundles for TM2...

    cd /Applications/TextMate.app/Contents/SharedSupport/Bundles
    cd ~/Library/Application Support/Avian/Bundles

    git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle
    git clone https://github.com/kuroir/SCSS.tmbundle
  2. tonycoco revised this gist Oct 1, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tm2-bundles
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,4 @@ git clone https://github.com/mads379/Whitespace.tmbundle
    open Cucumber.tmbundle/color_themes/Sunburst.tmTheme

    NOTES:
    There is already a command that removes trailing whitespace in the Text Bundle called "Remove Trailing Whitespace in Document" and you can make that run on save by giving it the semantic class "callback.document.did-save" in the Bundle Editor.
    There is already a command that removes trailing whitespace in the Text Bundle called "Remove Trailing Whitespace in Document" and you can make that run on save by giving it the semantic class "callback.document.will-save" in the Bundle Editor.
  3. tonycoco revised this gist Sep 14, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tm2-bundles
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    TextMate 2 Bundles
    These are some needed bundles for TM2...

    cd /Applications/TextMate.app/Contents/SharedSupport/Bundles

  4. tonycoco revised this gist Sep 14, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions tm2-bundles
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    TextMate 2 Bundles

    cd /Applications/TextMate.app/Contents/SharedSupport/Bundles

    git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle
  5. tonycoco created this gist Sep 14, 2012.
    10 changes: 10 additions & 0 deletions tm2-bundles
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    cd /Applications/TextMate.app/Contents/SharedSupport/Bundles

    git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle
    git clone https://github.com/kuroir/SCSS.tmbundle
    git clone https://github.com/mads379/Whitespace.tmbundle

    open Cucumber.tmbundle/color_themes/Sunburst.tmTheme

    NOTES:
    There is already a command that removes trailing whitespace in the Text Bundle called "Remove Trailing Whitespace in Document" and you can make that run on save by giving it the semantic class "callback.document.did-save" in the Bundle Editor.