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 - -