From 750c7773aec682422a77f8382d03b39fe8e0b981 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 17 Dec 2013 17:16:54 -0500 Subject: [PATCH 1/2] Reword 'A person's home is their case' to 'Your home directory is your casetle' --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 41e8eb3..f04da40 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/technicalpickles/homesick.png?branch=master)](https://travis-ci.org/technicalpickles/homesick) -A person's home (directory) is their castle, so don't leave home with out it. +Your home directory is your castle. Don't leave your dotfiles behind. Homesick is sorta like [rip](http://github.com/defunkt/rip), but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in `~/.homesick`. It then allows you to symlink all the dotfiles into place with a single command. From e7f9358f96a289177ec5abbcac2cce4128713782 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 17 Dec 2013 17:18:51 -0500 Subject: [PATCH 2/2] Update jeweler's gemspec language too --- Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index b7c02d3..996e98e 100644 --- a/Rakefile +++ b/Rakefile @@ -12,9 +12,10 @@ require 'rake' require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "homesick" - gem.summary = %Q{A man's home is his castle. Never leave your dotfiles behind.} + gem.summary = %Q{Your home directory is your castle. Don't leave your dotfiles behind.} gem.description = %Q{ - A man's home (directory) is his castle, so don't leave home with out it. + Your home directory is your castle. Don't leave your dotfiles behind. + Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command.