Created
September 14, 2012 17:01
-
-
Save tonycoco/3723245 to your computer and use it in GitHub Desktop.
Revisions
-
tonycoco revised this gist
Nov 5, 2012 . 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 @@ -1,6 +1,6 @@ These are some needed bundles for TM2... cd ~/Library/Application Support/Avian/Bundles git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle git clone https://github.com/kuroir/SCSS.tmbundle -
tonycoco revised this gist
Oct 1, 2012 . 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 @@ -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.will-save" in the Bundle Editor. -
tonycoco revised this gist
Sep 14, 2012 . 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 @@ -1,4 +1,4 @@ These are some needed bundles for TM2... cd /Applications/TextMate.app/Contents/SharedSupport/Bundles -
tonycoco revised this gist
Sep 14, 2012 . 1 changed file with 2 additions 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 @@ -1,3 +1,5 @@ TextMate 2 Bundles cd /Applications/TextMate.app/Contents/SharedSupport/Bundles git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle -
tonycoco created this gist
Sep 14, 2012 .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 @@ 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.