mirror of
https://github.com/kennethreitz-archive/DummyImage.tmBundle.git
synced 2026-06-05 07:16:14 +00:00
Editted the installation command a bit.
This commit is contained in:
committed by
Kenneth Reitz
parent
2257c91df8
commit
5487bd9ec6
+6
-4
@@ -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?
|
||||
@@ -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><img src="http://dummyimage.com/${1:$TM_SELECTED_TEXT}/" alt="dummy" /></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>
|
||||
Reference in New Issue
Block a user