Editted the installation command a bit.

This commit is contained in:
Aziz Light
2010-06-25 04:22:41 +08:00
committed by Kenneth Reitz
parent 2257c91df8
commit 5487bd9ec6
2 changed files with 6 additions and 20 deletions
+6 -4
View File
@@ -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?
-16
View File
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;img src="http://dummyimage.com/${1:$TM_SELECTED_TEXT}/" alt="dummy" /&gt;</string>
<key>keyEquivalent</key>
<string>@I</string>
<key>name</key>
<string>Convert to DummyImage</string>
<key>scope</key>
<string>text.html</string>
<key>uuid</key>
<string>CACAFF74-6F9A-4247-9221-7DE68B540FDC</string>
</dict>
</plist>