From 5487bd9ec6530dbc48dda92ec53527ec31818ebd Mon Sep 17 00:00:00 2001 From: Aziz Light Date: Fri, 25 Jun 2010 04:22:41 +0800 Subject: [PATCH] Editted the installation command a bit. --- Readme.mkd | 10 ++++++---- Snippets/dummy image.tmSnippet | 16 ---------------- 2 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 Snippets/dummy image.tmSnippet diff --git a/Readme.mkd b/Readme.mkd index 4a5520c..e8ecc5a 100644 --- a/Readme.mkd +++ b/Readme.mkd @@ -10,14 +10,16 @@ DummyImage.com TextMate Bundle [KennethReitz](http://github.com/kennethreitz) and [mikeXocon](http://github.com/mikexocon) got tired of going to the website, so they build this simple TextMate Bundle for your snippet pleasure. +Modified by [Aziz Light](http://github.com/AzizLight). + Enjoy! Installation ------------ - mkdir -p ~/Library/Application\ Support/TextMate/Bundles - cd !$ - git clone git://github.com/kennethreitz/DummyImage.tmBundle.git + mkdir -p ~/Library/Application\ Support/TextMate/Bundles && \ + cd ~/Library/Application\ Support/TextMate/Bundles && \ + git clone git://github.com/AzizLight/DummyImage.tmBundle.git && \ osascript -e 'tell app "TextMate" to reload bundles' @@ -28,4 +30,4 @@ Just hit `dimg⇥` and you're golden :) Legal Jank ---------- -Copyright 2010 Kenneth Reitz and Mike X O'Connell. +Copyright 2010 Kenneth Reitz and Mike X O'Connell... and Aziz Light? \ No newline at end of file diff --git a/Snippets/dummy image.tmSnippet b/Snippets/dummy image.tmSnippet deleted file mode 100644 index 088f04a..0000000 --- a/Snippets/dummy image.tmSnippet +++ /dev/null @@ -1,16 +0,0 @@ - - - - - content - <img src="http://dummyimage.com/${1:$TM_SELECTED_TEXT}/" alt="dummy" /> - keyEquivalent - @I - name - Convert to DummyImage - scope - text.html - uuid - CACAFF74-6F9A-4247-9221-7DE68B540FDC - -