<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automatically Customize Mac OS X with a Bash Script: 27 Defaults Write Commands, custom .aliases, .bash_profile, etc</title>
	<atom:link href="http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 18 Jun 2013 16:50:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: digital guerrilla &#187; Blog Archive &#187; Bookmarks for September 9th</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-235183</link>
		<dc:creator>digital guerrilla &#187; Blog Archive &#187; Bookmarks for September 9th</dc:creator>
		<pubDate>Sun, 11 Sep 2011 02:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-235183</guid>
		<description>[...] Automatically Customize Mac OS X with a Bash Script: 27 Defaults Write Commands, custom .aliases, .b... &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Automatically Customize Mac OS X with a Bash Script: 27 Defaults Write Commands, custom .aliases, .b&#8230; &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-09-10 &#171; inluminent</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234630</link>
		<dc:creator>links for 2011-09-10 &#171; inluminent</dc:creator>
		<pubDate>Sat, 10 Sep 2011 09:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234630</guid>
		<description>[...] Automatically Customize Mac OS X with a Bash Script: 27 Defaults Write Commands, custom .aliases, .b... (tags: macosx bash leopard shell via:zite) [...]</description>
		<content:encoded><![CDATA[<p>[...] Automatically Customize Mac OS X with a Bash Script: 27 Defaults Write Commands, custom .aliases, .b&#8230; (tags: macosx bash leopard shell via:zite) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Rowley</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234611</link>
		<dc:creator>Cliff Rowley</dc:creator>
		<pubDate>Sat, 10 Sep 2011 08:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234611</guid>
		<description>That git undo push alias is an accident waiting to happen. Though I&#039;m sure the OP has a good reason for including dangerous commands in a script any old newbie can download and install without thinking.</description>
		<content:encoded><![CDATA[<p>That git undo push alias is an accident waiting to happen. Though I&#8217;m sure the OP has a good reason for including dangerous commands in a script any old newbie can download and install without thinking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234343</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234343</guid>
		<description>P.S.

wget https://raw.github.com/mathiasbynens/dotfiles/master/.osx

(copied the wrong URL)</description>
		<content:encoded><![CDATA[<p>P.S.</p>
<p>wget <a href="https://raw.github.com/mathiasbynens/dotfiles/master/.osx" rel="nofollow">https://raw.github.com/mathiasbynens/dotfiles/master/.osx</a></p>
<p>(copied the wrong URL)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234342</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234342</guid>
		<description>I think &#039;m3 t00&#039; meant to write:

wget https://github.com/mathiasbynens/dotfiles/blob/master/.osx

as the url in that git command points to the raw file (as if you had cloned the repo and just checked out that one file.)

To actually clone the repository, one would need to run:

git clone git://github.com/mathiasbynens/dotfiles.git</description>
		<content:encoded><![CDATA[<p>I think &#8216;m3 t00&#8242; meant to write:</p>
<p>wget <a href="https://github.com/mathiasbynens/dotfiles/blob/master/.osx" rel="nofollow">https://github.com/mathiasbynens/dotfiles/blob/master/.osx</a></p>
<p>as the url in that git command points to the raw file (as if you had cloned the repo and just checked out that one file.)</p>
<p>To actually clone the repository, one would need to run:</p>
<p>git clone git://github.com/mathiasbynens/dotfiles.git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234280</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234280</guid>
		<description>I wish I understood how to use git better. Can anyone point me to a primer?

When I try m3t00&#039;s method above, I get a fatal error, and &quot;did you run git update-server-info on the server?&quot;

I would if I knew what it meant!!</description>
		<content:encoded><![CDATA[<p>I wish I understood how to use git better. Can anyone point me to a primer?</p>
<p>When I try m3t00&#8242;s method above, I get a fatal error, and &#8220;did you run git update-server-info on the server?&#8221;</p>
<p>I would if I knew what it meant!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buck Rogers</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234276</link>
		<dc:creator>Buck Rogers</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234276</guid>
		<description>if you want to undo these afterwards do a find and replace  all for &#039;true&#039; to &#039;false&#039;</description>
		<content:encoded><![CDATA[<p>if you want to undo these afterwards do a find and replace  all for &#8216;true&#8217; to &#8216;false&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m3 t00</title>
		<link>http://osxdaily.com/2011/09/09/automatically-customize-mac-os-x-with-a-bash-script-27-defaults-write-commands-custom-aliases-bash_profile-etc/#comment-234268</link>
		<dc:creator>m3 t00</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=21080#comment-234268</guid>
		<description>I definitely don&#039;t want all the . files but here&#039;s what I did with the defaults:

git clone https://raw.github.com/mathiasbynens/dotfiles/master/.osx

Go through and # comment out what you don&#039;t want and then:

./.osx</description>
		<content:encoded><![CDATA[<p>I definitely don&#8217;t want all the . files but here&#8217;s what I did with the defaults:</p>
<p>git clone <a href="https://raw.github.com/mathiasbynens/dotfiles/master/.osx" rel="nofollow">https://raw.github.com/mathiasbynens/dotfiles/master/.osx</a></p>
<p>Go through and # comment out what you don&#8217;t want and then:</p>
<p>./.osx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 266/267 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-18 15:31:39 -->