<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.P. McGarrity.com &#187; bundles</title>
	<atom:link href="http://jpmcgarrity.com/blog/tag/bundles/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpmcgarrity.com/blog</link>
	<description>Focusing on the Front End</description>
	<lastBuildDate>Sat, 30 Apr 2011 16:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sync Textmate Bundles Across All your Macs With DropBox</title>
		<link>http://jpmcgarrity.com/blog/2011/03/sync-textmate-bundles-across-all-your-macs-with-dropbox/</link>
		<comments>http://jpmcgarrity.com/blog/2011/03/sync-textmate-bundles-across-all-your-macs-with-dropbox/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 04:04:26 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[coding tool]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[bundles]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=729</guid>
		<description><![CDATA[
If you&#8217;re a heavy lifter with Textmate and create and customize bundles all the time this post is for you.
Copying bundles from one machine to another is cumbersome and easily forgotten.

I always find myself adding one command to a custom bundle at the office and then forgetting to add it to one of my machines [...]]]></description>
			<content:encoded><![CDATA[<p>
If you&#8217;re a heavy lifter with Textmate and create and customize bundles all the time this post is for you.</p>
<p>Copying bundles from one machine to another is cumbersome and easily forgotten.</p>
<p>
I always find myself adding one command to a custom bundle at the office and then forgetting to add it to one of my machines at the house.
</p>
<p>Before we begin you will need a Dropbox account. If you don&#8217;t already have one you can get a free one <a href="http://db.tt/YCldFqM">here</a></p>
<p><p><strong>Once you have Dropbox running you can run these 3 steps in Terminal.app</strong></p>
<p><em>It is highly recommend to run a backup of your bundles before attempting the steps below.</em></p>
<p><strong>Step 1. Move to your the folder where the Textmate bundles are located:</strong></p>
<p><code>$ cd ~/Library/Application\ Support/TextMate/</code></p>
<p><strong>Step 2. Move the Bundles folder to your Dropbox folder:</strong></p>
<p><code>$ mv Bundles ~/Dropbox/Bundles</code></p>
<p><strong>Step 3. Create a symlink in the DropBox folder to the &#8220;Application Support/TextMate/&#8221; directory:</strong></p>
<p><code>$ ln -s ~/Dropbox/Bundles/ Bundles</code></p>
<p>Repeat steps 1,2,3 on any machines that you need to sync up.</p>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2011/03/sync-textmate-bundles-across-all-your-macs-with-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Textmate to Compose email with OSX Mail</title>
		<link>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/</link>
		<comments>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:26:12 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[coding tool]]></category>
		<category><![CDATA[bundles]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=407</guid>
		<description><![CDATA[
Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac.
If you interested in trying something new with Textmate here are basic instructions to use texmate to compose messages with OSX mail.

Make sure you have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-409" title="mailtextmate" src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/07/mailtextmate2.jpg" alt="mailtextmate" width="400" height="158" /></p>
<p>Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac.</p>
<p>If you interested in trying something new with Textmate here are basic instructions to use texmate to compose messages with OSX mail.</p>
<ol>
<li>Make sure you have installed the &#8220;Edit in Textmate&#8221; Bundle. This is found in &#8220;Bundles&gt;Textmate&gt;Install Edit in Textmate bundle.</li>
<li>Once the bundle has been installed you will be able to edit your email message in text by hitting the following short cut keys &#8220;Control + Command +E&#8221; or optionally going to the edit menu in Mail and the very last option will be &#8220;Edit in Textmate&#8221;.</li>
<li> Once you the command has been keyed a blank Textmate text file will be opened.</li>
<li>Type your email message and then save. If your done editing the email you can close the Textmate window and you will see your message in message window of the Mail app.</li>
</ol>
<p><strong>Other Mail features you can with Mail</strong></p>
<ul>
<li>Increase quote level &#8220;&gt; or shift+.&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

