Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing that awk command in mustacheme #15

Merged
merged 1 commit into from
Oct 12, 2011
Merged

Fixing that awk command in mustacheme #15

merged 1 commit into from
Oct 12, 2011

Conversation

nobbs
Copy link

@nobbs nobbs commented Oct 6, 2011

Looks like the output of cloudapp changed since you wrote mustacheme. Fixed that.

@holman
Copy link
Owner

holman commented Oct 6, 2011

Does cloudapp work for you at all? I'm running into some weird JSON problems with it... I think there may be some problems lower down that are causing issues.

@nobbs
Copy link
Author

nobbs commented Oct 6, 2011

I have the cloudapp_api (0.3.1) gem installed and cloudapp is working fine. No JSON problems here.

@holman
Copy link
Owner

holman commented Oct 12, 2011

Cool, I was running into other problems earlier, but now I see what you're saying. 👍

holman added a commit that referenced this pull request Oct 12, 2011
Fixing that awk command in mustacheme
@holman holman merged commit 02b5247 into holman:master Oct 12, 2011
partkyle pushed a commit to partkyle/dotfiles that referenced this pull request Jun 13, 2012
fixes holman#15
addresses neocomplcache#88
mikekloeden pushed a commit to mikekloeden/dotfiles that referenced this pull request Nov 6, 2012
Fixing that awk command in mustacheme
joshaw pushed a commit to joshaw/dotfiles that referenced this pull request Sep 30, 2013
Fixing that awk command in mustacheme
sosterwalder pushed a commit to sosterwalder/dotfiles that referenced this pull request Jan 30, 2014
Fixing that awk command in mustacheme
kevicency referenced this pull request in kevicency/dotfiles__old Oct 7, 2014
…94ce4ce4432250a�[31m (HEAD, origin/master, master)

�[1mAuthor:�[m �[36mKevin Mees <kev.mees@gmail.com>
�[1mDate:�[m   �[34m2014-10-01 11:27:07 +0200 (3 hours ago)�[m

Added Haskell config

 haskell/path.zsh | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32m9437861715f47a0657261a56d8d21d488f08dd75�[31m
�[1mAuthor:�[m �[36mKevin Mees <kev.mees@gmail.com>
�[1mDate:�[m   �[34m2014-10-01 11:26:43 +0200 (3 hours ago)�[m

Vim & TMux plugin madness

 .gitignore                                        |   1 +
 tmux/tmux.conf.symlink                            |  85 ++++++++++++++
 tmux/tmux.conf.user.symlink                       |  18 +++
 vim.symlink/bundles.vim                           |  47 ++++++++
 vim.symlink/settings/camelcasemotion.vim          |  14 +++
 vim.symlink/settings/dash.vim                     |   3 +
 vim.symlink/settings/delimitMate.vim              |   5 +
 vim.symlink/settings/filetypes.vim                |   3 +
 vim.symlink/settings/fugitive.vim                 |   3 +
 vim.symlink/settings/haskell.vim                  |   9 ++
 vim.symlink/settings/keymap.vim                   |  41 +++++++
 vim.symlink/settings/lightline.vim                |  16 +++
 vim.symlink/settings/neocomplete.vim              |  47 ++++++++
 vim.symlink/settings/next-textobject.vim          | 136 ++++++++++++++++++++++
 vim.symlink/settings/sneak.vim                    |  15 +++
 vim.symlink/settings/splitjoin.vim                |   2 +
 vim.symlink/settings/strip-trailing-whitepace.vim |  15 +++
 vim.symlink/settings/surround.vim                 |  45 +++++++
 vim.symlink/settings/tComment.vim                 |   8 ++
 vim.symlink/settings/unimpaired.vim               |  10 ++
 vim.symlink/settings/unite.vim                    |  37 ++++++
 vim.symlink/settings/yadr-window-killer.vim       |  20 ++++
 vim.symlink/undos/.gitkeep                        |   0
 vim.symlink/vimrc.symlink                         |  21 +++-
 zsh/aliases.zsh                                   |   2 +
 25 files changed, 599 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32m59dbc95684a97118cd16d2bc28c8df8e11ba00bd�[31m
�[1mAuthor:�[m �[36mKevin Mees <kev.mees@gmail.com>
�[1mDate:�[m   �[34m2014-09-30 00:26:14 +0200 (2 days ago)�[m

Added minimal vim settings

 .gitignore                       |   6 ++
 .gitmodules                      |   3 +
 vim.symlink/bundle/neobundle.vim |   1 +
 vim.symlink/bundles.vim          |   7 +++
 vim.symlink/settings/.gitkeep    |   0
 vim.symlink/undos/.gitkeep       |   0
 vim.symlink/vimrc.symlink        | 129 +++++++++++++++++++++++++++++++++++++++
 vim/vimrc.symlink                |   4 --
 8 files changed, 146 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32m08c087627107087106d4d8aa0ed6c18e15b76843�[31m
�[1mAuthor:�[m �[36mKevin Mees <kev.mees@gmail.com>
�[1mDate:�[m   �[34m2014-09-29 23:14:57 +0200 (2 days ago)�[m

Remove python stuff

 python/install.sh | 1 -
 1 file changed, 1 deletion(-)

�[1mCommit:�[m �[32m038edf097910181ce74ac6f0b77e0d4813bb3793�[31m
�[1mAuthor:�[m �[36mKevin Mees <kev.mees@gmail.com>
�[1mDate:�[m   �[34m2014-09-29 21:56:36 +0200 (2 days ago)�[m

Add zpresto, fasd, missing aliases and vimify shell

 system/env.zsh        |   4 +-
 system/fasd.zsh       |  17 +++++++
 zsh/aliases.zsh       |  11 +++++
 zsh/config.zsh        |  10 ++--
 zsh/install.sh        |   7 +++
 zsh/last-command.zsh  |   7 +++
 zsh/prompt.zsh        |  16 +++---
 zsh/rm.zsh            |   2 +
 zsh/secrets.zsh       |   3 ++
 zsh/zlogin.symlink    |  22 +++++++++
 zsh/zlogout.symlink   |  14 ++++++
 zsh/zpreztorc.symlink | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++
 zsh/zprofile.symlink  |  77 +++++++++++++++++++++++++++++
 zsh/zshenv.symlink    |  12 +++++
 zsh/zshrc.symlink     |   7 ++-
 15 files changed, 326 insertions(+), 15 deletions(-)

�[1mCommit:�[m �[32m02f70e33975fc82fc93a08ed702ea5491fd7dbc8�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-07-08 11:51:25 -0700 (3 months ago)�[m

Merge pull request #157 from pravj/update-gemrc

--no-ri --no-rdoc is deprecated, use --no-document
�[1mCommit:�[m �[32m9e4028e9bea466d1a17e37fd37ffce47f0d603c5�[31m
�[1mAuthor:�[m �[36mPravendra Singh <hackpravj@gmail.com>
�[1mDate:�[m   �[34m2014-07-08 13:37:18 +0530 (3 months ago)�[m

--no-ri --no-rdoc is deprecated, use --no-document

/ruby/gemrc.symlink :
this congifuration was using 'gem: --no-ri --no-rdoc' to avoid
installation of docs with gems, but this method is now deprecated
changed it to new official way => 'gem: --no-document'

 ruby/gemrc.symlink | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m28b761cf3597d77c5290423ff5ce82f1bce45db4�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-06-07 13:44:24 -0500 (4 months ago)�[m

Merge pull request #154 from sibartlett/skip-symlink

Skip symlink - if the existing symlink links to the same destination
�[1mCommit:�[m �[32mafd926917a607b5b0fb4d9998ac0e635454e1f8e�[31m
�[1mAuthor:�[m �[36mSimon Bartlett <simon@sibartlett.com>
�[1mDate:�[m   �[34m2014-06-06 20:11:41 -0400 (4 months ago)�[m

Skip symlink if the existing symlink links to the same destination

 script/bootstrap | 51 ++++++++++++++++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 19 deletions(-)

�[1mCommit:�[m �[32m77eedc479c955ecdcf53c47e3fb6139c0fdef6a1�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-05-27 08:30:07 -0700 (4 months ago)�[m

peace out, sublime (closes #150)

 .gitignore                                     |  2 --
 sublime2/User/Base File.sublime-settings       | 16 ----------------
 sublime2/User/Default (Linux).sublime-keymap   |  2 --
 sublime2/User/Default (OSX).sublime-keymap     |  2 --
 sublime2/User/Default (Windows).sublime-keymap |  2 --
 sublime2/User/Global.sublime-settings          |  5 -----
 sublime2/User/Preferences.sublime-settings     |  5 -----
 sublime2/copy                                  |  6 ------
 sublime2/setup                                 | 12 ------------
 9 files changed, 52 deletions(-)

�[1mCommit:�[m �[32m5ad8760443004941db6810a6c70b2a84bd73403c�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-05-16 11:25:35 +0100 (5 months ago)�[m

Merge pull request #148 from kirelagin/enhance

Part of #147
�[1mCommit:�[m �[32ma73d23863df40443bbd7c6fbd7a118effa2bebe4�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 17:27:08 +0400 (5 months ago)�[m

Check if target exists and is a symlink

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m1b28692e145655185e156a39b17ff996bc274ea0�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 16:56:43 +0400 (5 months ago)�[m

Extract all the linking logic to `link_file`

 script/bootstrap | 115 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 59 insertions(+), 56 deletions(-)

�[1mCommit:�[m �[32md1cfc7297d7eb27db999891c7648ba76fa98c448�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 16:31:16 +0400 (5 months ago)�[m

Rename $source to $src and $dest to $dst

`source` is a terrible name for a variable in shell scripts:
it gets highlighted as a keyword—that's annoying.

 script/bootstrap | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

�[1mCommit:�[m �[32m3f90481fe438023cd10d0bf2538bd6e67ce63add�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 16:18:56 +0400 (5 months ago)�[m

Drop `link_files` function

It had strange name anyway

 script/bootstrap | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

�[1mCommit:�[m �[32mfe43615264532d1ef3ab94d8c05ab38c471097ac�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 16:17:48 +0400 (5 months ago)�[m

Get rid of long ifs

This commit also preserves observable behaviour

 script/bootstrap | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

�[1mCommit:�[m �[32m2b9dd18a3fa9c268319c71874ad1488552bc0ad8�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 15:27:33 +0400 (5 months ago)�[m

Adjust overwrite/backup/skip logic

This shouldn't alter behaviour of the script

 script/bootstrap | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

�[1mCommit:�[m �[32m985e32b92d1f93cd94df14dfb3c98194d88526d8�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-05-15 14:31:35 +0100 (5 months ago)�[m

Merge pull request #144 from kirelagin/syntax

Minor tweaks
�[1mCommit:�[m �[32m331357dbc516bdd43ab0a3331955ad98c2e43f82�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-15 09:41:29 +0400 (5 months ago)�[m

Merge remote-tracking branch 'holman/master' into syntax

Conflicts:
	script/bootstrap

�[1mCommit:�[m �[32ma679d951d64b0c811b89622fbcb1758522f62d3a�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-05-15 02:31:39 +0200 (5 months ago)�[m

Merge pull request #145 from kirelagin/fix_root

Fix bootstraping broken in #142
�[1mCommit:�[m �[32m20f24721fe0e259389ddb5d6b0b929c662cad352�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-14 21:44:51 +0400 (5 months ago)�[m

Fix bootstraping broken in #142

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m80c51b4f1faa0e1e92bd110bafdf064817f20d2f�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-14 21:01:29 +0400 (5 months ago)�[m

Minor tweaks

Use $(...) instead of backquotes which is not only POSIX-compatible but
is way more readable and nests properly.
Be more generous with quotes (just in case) and less generous with backslashes.

 script/bootstrap | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

�[1mCommit:�[m �[32mf763506f8b9aeefdd55c4ff7461aebe826bf0faa�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-05-12 13:56:35 -0700 (5 months ago)�[m

Merge pull request #142 from kirelagin/fixroot

Determine DOTFILES_ROOT correctly
�[1mCommit:�[m �[32ma00775bacad0f35079bdc383c66fd29f3bc3cbec�[31m
�[1mAuthor:�[m �[36mKirill Elagin <kirelagin@gmail.com>
�[1mDate:�[m   �[34m2014-05-12 22:11:25 +0400 (5 months ago)�[m

Determine DOTFILES_ROOT correctly

and cd into it. This fixes git setup.

 script/bootstrap | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m339e501995f7ed53413a8e5c9eee1afaa40b135b�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-23 13:21:58 -0700 (5 months ago)�[m

use .md instead

 LICENSE.md | 21 +++++++++++++++++++++
 License    | 21 ---------------------
 2 files changed, 21 insertions(+), 21 deletions(-)

�[1mCommit:�[m �[32m6b3f81970d1283d430ea194a4c6df0feff232fad�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-22 15:30:42 -0700 (5 months ago)�[m

This is going to get annoying

 atom.symlink/config.cson | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m9fff1b3265f09be0cf7959c5ad5f0b5b92c126fc�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-15 14:08:30 -0700 (6 months ago)�[m

Use Menlo in Atom

 atom.symlink/config.cson | 76 ++++++++++++++++++++++--------------------------
 1 file changed, 35 insertions(+), 41 deletions(-)

�[1mCommit:�[m �[32m6eacc87051393de98c9a5811005a8173208e5036�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-11 13:38:08 -0700 (6 months ago)�[m

Merge pull request #141 from memborsky/fix-git-status-on-subdirectories

Yup, fix them git branches in sub directories not showing up.
�[1mCommit:�[m �[32m21753008f904f6b11bb44b9f0761d26c4ecc873c�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2014-04-11 16:32:49 -0400 (6 months ago)�[m

Fix git status so we know we are in a git repository in subdirectories as well, not just when in the top level of the repo.

 zsh/prompt.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m32af709793e8980bd5773c8627fe80abdb21b379�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-10 16:02:46 -0700 (6 months ago)�[m

Always soft-wrap Markdown files

 atom.symlink/init.coffee | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32mb5fba149b108d9752725b2f6cd8faa8a272fdded�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-10 16:01:18 -0700 (6 months ago)�[m

Use .cson

 atom.symlink/config.cson | 41 +++++++++++++++++++++++++++++++++++++++++
 atom.symlink/config.json | 41 -----------------------------------------
 2 files changed, 41 insertions(+), 41 deletions(-)

�[1mCommit:�[m �[32m84a82342c44ee3bb238f08e18f13fa2f9b02d59f�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-10 15:59:31 -0700 (6 months ago)�[m

Add my .atom

 atom.symlink/atom.coffee |  1 +
 atom.symlink/config.json | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

�[1mCommit:�[m �[32m47e7631ff8ce172e4c7e41b53f90d5e4a4e32f03�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-10 15:57:38 -0700 (6 months ago)�[m

Use atom.symlink

 .gitignore | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

�[1mCommit:�[m �[32mea7bbdaa46b880bc6597ef2e82623d063b20bfdc�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-10 15:52:41 -0700 (6 months ago)�[m

ignore atom directories

 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32m07d48ea136d852704b7c596c4fb307f6f2db0375�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-04-09 14:48:29 -0700 (6 months ago)�[m

Fix dirty status in new git

 zsh/prompt.zsh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32m60a5f55deba050e22c080269f2a44d3a2d852e3d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-03-21 18:43:08 -0700 (6 months ago)�[m

remove things you don't use

 git/aliases.zsh | 2 --
 1 file changed, 2 deletions(-)

�[1mCommit:�[m �[32m5b4eb19b73ae3fb7270f4b7670fad67ffe514c38�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-03-19 13:26:11 -0700 (7 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32m13141f87d8e1c37f2b828e047ae76a2e7c531534�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-03-04 20:53:02 -0800 (7 months ago)�[m

Merge pull request #138 from christianbundy/dot-to-source

Replace "." with "source" in script/bootstrap
�[1mCommit:�[m �[32mde2758d285d45e649cb3b9c77f30ec245fbd64af�[31m
�[1mAuthor:�[m �[36mChristian Bundy <me@christianbundy.com>
�[1mDate:�[m   �[34m2014-03-04 20:27:31 -0800 (7 months ago)�[m

Replace "." with "source" in script/bootstrap

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m3d75bea7fe5d75f9a236001ff270a57e65ee7a8b�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-03-19 13:25:20 -0700 (7 months ago)�[m

Hack to load path at a different point

This is mostly so I don't get rbenv shoved at the front of $PATH

 system/_path.zsh | 2 ++
 system/path.zsh  | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m2f9c1bcf234bbc19395ea34feca850b9abdb056a�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-03-19 13:22:42 -0700 (7 months ago)�[m

rbenv handles this in rbenv.zsh

 system/path.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m12320b2e791dfbe58b531d4faa2e5721955be2d5�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-27 09:07:56 -0700 (7 months ago)�[m

Quit pretending like I haven't been using Atom for over a year

 system/env.zsh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

�[1mCommit:�[m �[32m6dc7bf9b5e2f5b557b2daafb1f33c6300f79c2be�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-24 16:46:09 +1000 (7 months ago)�[m

Simplify the symlink a bit more

 git/gitignore.symlink | 2 --
 1 file changed, 2 deletions(-)

�[1mCommit:�[m �[32m669d9034b1d02fd50083154485889b9184102ddc�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-23 11:10:16 +1000 (7 months ago)�[m

out with the things I don't use

 ruby/aliases.zsh | 4 ----
 1 file changed, 4 deletions(-)

�[1mCommit:�[m �[32m5fa0e0352e859773771c1b576ffaac72b596a643�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-21 15:12:13 +1100 (7 months ago)�[m

sfs never went anywhere

 system/path.zsh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32m22118af10d5da47c5019ff5053b83a8a83edd503�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-20 15:30:36 +1100 (7 months ago)�[m

.md wins

 README.markdown | 88 ---------------------------------------------------------
 README.md       | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+), 88 deletions(-)

�[1mCommit:�[m �[32mead6c31c66d651eb8726fab2cd1ccc1658919183�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-18 18:25:05 +1100 (8 months ago)�[m

Merge pull request #136 from oieduardorabelo/patch-1

Fixing Homebrew URL
�[1mCommit:�[m �[32me1075d42ebbfa4370c5ca7b65b0f0f0fca1b3e17�[31m
�[1mAuthor:�[m �[36mEduardo Rabelo <oieduardorabelo@gmail.com>
�[1mDate:�[m   �[34m2014-02-17 21:54:31 -0300 (8 months ago)�[m

Fixing Homebrew URL

The url is outdated
 homebrew/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m79cd47959a80011829fd3f00c36fde37e30c28ea�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-16 11:00:19 -0800 (8 months ago)�[m

Merge pull request #109 from christianbundy/master

Stuck at "installing dependencies"
�[1mCommit:�[m �[32mf258dabb5620daf6207a591128f6eca728d69048�[31m
�[1mAuthor:�[m �[36mChristianBundy <me@christianbundy.com>
�[1mDate:�[m   �[34m2013-11-06 10:10:41 -0600 (11 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32m747790d9f9a4a1294675e309cb258a50f190494f�[31m
�[1mAuthor:�[m �[36mChristianBundy <me@christianbundy.com>
�[1mDate:�[m   �[34m2013-10-01 13:17:02 -0500 (1 year ago)�[m

Explicitly set $ZSH in dot

 bin/dot | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32md417f3838e8c248a4ee8fdb3ee545dc601b99311�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-16 10:57:19 -0800 (8 months ago)�[m

Merge pull request #86 from geoffstokes/master

Fix movieme for videos whose pixel aspect ratio and display aspect ratio don't match
�[1mCommit:�[m �[32m7b4182f56ffe3a9f2c765e0676f8d7a0a321ff66�[31m
�[1mAuthor:�[m �[36mGeoff Stokes <geoff@geoffstokes.net>
�[1mDate:�[m   �[34m2013-04-13 17:44:34 +1000 (1 year, 6 months ago)�[m

Make movieme scale to display aspect ratio.

 bin/movieme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m10b2626668b475a116c30555066e7e6e73278c83�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2014-02-04 15:40:16 -0800 (8 months ago)�[m

Copy branch name to clipboard with `gcb`

 bin/git-copy-branch-name | 7 +++++++
 git/aliases.zsh          | 1 +
 2 files changed, 8 insertions(+)

�[1mCommit:�[m �[32m3e3d9bbe9e679fe0eb5bbc1230765980fd0c8602�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-28 22:21:07 -0800 (9 months ago)�[m

Fix `res` for Mavericks (closes #116)

 bin/res | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32me95c861564d01b5785adb136fe99f0c4539e2bd5�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-19 11:10:48 -0800 (10 months ago)�[m

Revert "Merge pull request #130 from pmcdaniel/fixGitStatusParsing"

This reverts commit cfd5d1bcd0cd93871ce174be4c709304f3bce28d, reversing
changes made to e28115a83335cbac70098f884d587973458782de.

 zsh/prompt.zsh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32mcfd5d1bcd0cd93871ce174be4c709304f3bce28d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-19 10:53:26 -0800 (10 months ago)�[m

Merge pull request #130 from pmcdaniel/fixGitStatusParsing

Fix "git status" parsing in prompt for git 1.8.5
�[1mCommit:�[m �[32m56d6fce8b2f63c383530fadb6f4d2a42859a269f�[31m
�[1mAuthor:�[m �[36mPatrick McDaniel <pmcdaniel@gmail.com>
�[1mDate:�[m   �[34m2013-12-19 08:38:44 -0500 (10 months ago)�[m

Fixed git status parsing for git 1.8.5

 zsh/prompt.zsh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32me28115a83335cbac70098f884d587973458782de�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-17 11:43:33 -0800 (10 months ago)�[m

Merge pull request #129 from kibao/hotfix/git-rank-contributors-misspelled

Misspeled git rank-contributors alias
�[1mCommit:�[m �[32mf3d89ca2f13268a795afa8bc345bae56e8584a21�[31m
�[1mAuthor:�[m �[36mkibao <kibao.pl@gmail.com>
�[1mDate:�[m   �[34m2013-12-17 20:30:26 +0100 (10 months ago)�[m

Misspeled git rank-contributors alias

 git/gitconfig.symlink.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m48a2081acd25de5fa4dae95d4aacfba66d771d88�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-13 16:18:19 -0800 (10 months ago)�[m

Merge pull request #128 from jacobwg/fix-grc

Only source grc if grc and brew are installed
�[1mCommit:�[m �[32m857bc9e5a919ff8f2d189ef8ef74084ced6d96d4�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <jacobwgillespie@gmail.com>
�[1mDate:�[m   �[34m2013-12-13 18:00:39 -0600 (10 months ago)�[m

Only source grc if grc and brew are installed

 system/grc.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m45701d96f0d03f37735c7858560831618e0fe566�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-13 07:54:43 -0800 (10 months ago)�[m

Merge pull request #127 from chadrien/patch-1

Better `cd` in installer
�[1mCommit:�[m �[32m8596e910241ec9958e308f4b83f862083cbee73c�[31m
�[1mAuthor:�[m �[36mHadrien Collongues <chadrien@chadrien.fr>
�[1mDate:�[m   �[34m2013-12-13 09:50:35 +0100 (10 months ago)�[m

Better `cd` in installer

With `cd "$(dirname $)"/..` it works bad, because `$(dirname $)` will return `.` so it implies that to correctly works, you have to be in the `script` directory, otherwise if you're e.g. in `$HOME/.dotfiles` you'll go in `$HOME` and then look for all `install.sh`, which may not be what you intended to do.

Using `$(dirname $0)` instead ensure that you'll go one level higher than the `install` script.
 script/install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m90f6f34786542c09da53b3eca5c581dc2dc9ad65�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-07 11:09:57 -0800 (10 months ago)�[m

Merge pull request #125 from jacobwg/generalize-irbrc

Update the me method for general use
�[1mCommit:�[m �[32mb01e7911178b86a937586498bb4b9f1209c8334c�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <jacobwgillespie@gmail.com>
�[1mDate:�[m   �[34m2013-12-06 16:58:35 -0600 (10 months ago)�[m

Update the me method for general use

 ruby/irbrc.symlink | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m08a5fe91e4a4c4316baf8892c44913d6b9e61fd0�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-12-07 11:08:54 -0800 (10 months ago)�[m

Merge pull request #126 from jacobwg/no-fail-without-rbenv

Only call rbenv init if installed
�[1mCommit:�[m �[32m87a6fc2dfaa988f3797d9bef3412f73142658f09�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <jacobwgillespie@gmail.com>
�[1mDate:�[m   �[34m2013-12-06 17:18:19 -0600 (10 months ago)�[m

Only call rbenv init if installed

 ruby/rbenv.zsh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

�[1mCommit:�[m �[32m953efa87ade6ab3eca658208165b09f9860b9888�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-11-24 09:04:22 -0800 (10 months ago)�[m

Merge pull request #123 from victorklos/rbenv_inclusion_per_docs

update rbenv.zsh according to manpage
�[1mCommit:�[m �[32me433927d15b34c4af3885c3f5c333da0b715a637�[31m
�[1mAuthor:�[m �[36mVictor Klos <victor@victorklos.nl>
�[1mDate:�[m   �[34m2013-11-22 15:01:26 +0100 (10 months ago)�[m

update rbenv.zsh according to manpage

 ruby/rbenv.zsh | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

�[1mCommit:�[m �[32mb556ed34bca7c2390d19faaf7e19ac9f839cf4c2�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-11-19 12:26:09 -0800 (11 months ago)�[m

Merge pull request #122 from victorklos/fix_debian_search_typo

fix typo in debian search fix
�[1mCommit:�[m �[32m0a2e0673ecc103d096b2eaf818a01a096a655e5d�[31m
�[1mAuthor:�[m �[36mVictor Klos <victor@victorklos.nl>
�[1mDate:�[m   �[34m2013-11-19 21:20:59 +0100 (11 months ago)�[m

fix typo in debian search fix

 bin/search | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m4ac896563876ec0a8fd36c6bc256224bb95a0e50�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-11-19 09:39:18 -0800 (11 months ago)�[m

Merge pull request #121 from victorklos/fix_debian_search_issue_120

fix ack command on debian
�[1mCommit:�[m �[32ma8eab303254396591285b20dfe8a404d057d1823�[31m
�[1mAuthor:�[m �[36mVictor Klos <victor@victorklos.nl>
�[1mDate:�[m   �[34m2013-11-19 17:46:05 +0100 (11 months ago)�[m

fix ack command on debian

 bin/search | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

�[1mCommit:�[m �[32m0c896ba620343b73391dd1a0baa23e984bd25353�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-10-15 18:28:48 -0700 (12 months ago)�[m

install ruby-build, too

 ruby/install.sh | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32m6fca6366aa995e33269e397e143df445c512c886�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-10-15 18:25:20 -0700 (12 months ago)�[m

Grammar

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m999388b95aa04b9a5ead410edd62dd42bff77003�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-10-15 18:24:34 -0700 (12 months ago)�[m

More barebones installs

 homebrew/install.sh | 7 +++----
 ruby/install.sh     | 7 +++++++
 2 files changed, 10 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32mb27eaaa4579afce3a04dc91b0d6c2f2dcd87ff69�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-10-15 18:14:34 -0700 (12 months ago)�[m

executable

 python/install.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

�[1mCommit:�[m �[32m38e8d4f4725901a5b43c3aa1c834cf1b93152f5a�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-10-14 13:05:15 -0700 (12 months ago)�[m

contributers => contributors (closes #112)

 bin/git-rank-contributers | 60 -----------------------------------------------
 bin/git-rank-contributors | 60 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 60 deletions(-)

�[1mCommit:�[m �[32m0fe9e9963b2389eae4c9de49a4873bd819e19067�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-09-30 13:02:14 -0700 (1 year ago)�[m

Include the count, too

 bin/git-unpushed-stat | 10 ++++++++++
 1 file changed, 10 insertions(+)

�[1mCommit:�[m �[32ma0fa33689d1d938b3b22ffc2774c08afdf3b9a81�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-09-30 13:02:06 -0700 (1 year ago)�[m

Show me my unpushed changes diffstat

 bin/git-unpushed-stat | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32mbb43a77dd894034b90a7b48d76c6e1ccc664ba59�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-09-30 12:47:39 -0700 (1 year ago)�[m

Show me my unpushed changes

 bin/git-unpushed | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32md2593ca31b4962144a28c76f79e054b29fc832bc�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-09-04 09:53:06 -0700 (1 year, 1 month ago)�[m

Merge pull request #104 from jacobwg/remove-h-completion

Remove autocompletion for deleted `h` function
�[1mCommit:�[m �[32m6346295acdddd7d5d7dce7d44ec6c28a89215b69�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <jacobwgillespie@gmail.com>
�[1mDate:�[m   �[34m2013-09-04 09:57:01 -0500 (1 year, 1 month ago)�[m

Remove autocompletion for deleted `h` function

 functions/_h | 2 --
 1 file changed, 2 deletions(-)

�[1mCommit:�[m �[32m7b3a305cec47847803baee2068935aaf578ffd60�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-27 13:26:58 -0700 (1 year, 1 month ago)�[m

Grab my real public key

 system/keys.zsh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m142a30fc9585ed99c13356a8e0e19d4f3a6d4a23�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-27 13:22:51 -0700 (1 year, 1 month ago)�[m

I just don't use `h`

 functions/h | 1 -
 1 file changed, 1 deletion(-)

�[1mCommit:�[m �[32m8645e318fd113f1937f040294e4a0fb0b1f33e19�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-26 17:39:48 -0700 (1 year, 1 month ago)�[m

git-nuke

 bin/git-nuke | 12 ++++++++++++
 1 file changed, 12 insertions(+)

�[1mCommit:�[m �[32mc0e52f5635295bd0d523d119ccc95f468eb33cad�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-22 12:40:33 -0700 (1 year, 1 month ago)�[m

Merge pull request #92 from jacobwg/add-rvm-to-prompt

Display ruby version from rvm in the prompt, function-extracted
�[1mCommit:�[m �[32m6379e3e1c0cade9092f35b51705abe8f77e943ee�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <mail@jacobwg.com>
�[1mDate:�[m   �[34m2013-08-22 08:42:55 -0500 (1 year, 1 month ago)�[m

Merge branch 'master' into add-rvm-to-prompt

Conflicts:
	zsh/prompt.zsh

�[1mCommit:�[m �[32m53b76330d50cc32ffc436ea40bad9b0cd9b348d5�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-05 15:47:09 -0700 (1 year, 2 months ago)�[m

Just use $*

 bin/todo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32md774e970a88a04aca8024178849301af6d6ac5c3�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-05 14:51:24 -0700 (1 year, 2 months ago)�[m

Add `todo`

 bin/todo | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

�[1mCommit:�[m �[32m2cc39711d3c6b633a95066d9601e7d3d280432d5�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-08-05 14:51:15 -0700 (1 year, 2 months ago)�[m

Remove todo.txt stuff

 zsh/prompt.zsh | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

�[1mCommit:�[m �[32mfaaf26d4c9857f460765eda7543498601f42003d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-25 17:04:21 -0700 (1 year, 2 months ago)�[m

Merge pull request #98 from dplarson/master

Auto run all install.sh scripts
�[1mCommit:�[m �[32m052e5f4c1b0326b314d86c2f4d5abb8d260bd361�[31m
�[1mAuthor:�[m �[36mDavid Larson <dplarson@ucsd.edu>
�[1mDate:�[m   �[34m2013-07-22 20:56:58 -0700 (1 year, 2 months ago)�[m

Auto run all install.sh scripts

This adds a ``script/install`` that iteratively runs all ``install.sh``
scripts located in the dotfiles directory. Solves @holman's request from
commit f697ba7

 script/install | 10 ++++++++++
 1 file changed, 10 insertions(+)

�[1mCommit:�[m �[32mf697ba7faa5996a49e21101397901034a6f25101�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-22 14:10:55 +1200 (1 year, 2 months ago)�[m

Add a python/install.sh script

Ideally I want to just have one script/install script that runs ./install.sh in
every directory in my dotfiles. Then we have a loose framework to build up machines.
But I'm too lazy, so pulls accepted. :)

 python/install.sh | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32m48a9cb48e370828eeffe04b928230fc49b2df235�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-19 19:56:27 +1200 (1 year, 2 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32m7ca6d97aa38519cd3969a727a8e32555ff778126�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-10 13:05:40 -0700 (1 year, 3 months ago)�[m

Merge pull request #96 from snichme/git_cred

Update gitconfig to use osxkeychain for OSX and cache for other systems
�[1mCommit:�[m �[32mdf40ed07fe659b13a2779e7ef24a746b9ab90aaf�[31m
�[1mAuthor:�[m �[36mMagnus Andersson <mange@mange.name>
�[1mDate:�[m   �[34m2013-07-10 15:37:40 -0400 (1 year, 3 months ago)�[m

Update gitconfig to use osxkeychain for OSX and cache for other systems

 git/gitconfig.symlink.example | 2 +-
 script/bootstrap              | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m40350feb2aae8efe9e4f96b2c86abde9ab952319�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-19 19:55:11 +1200 (1 year, 2 months ago)�[m

Wrap on `git commit` descriptions

In descriptions like these, we should wrap according to how Git suggests
we break (72 characters).

 vim/vimrc.symlink | 3 +++
 1 file changed, 3 insertions(+)

�[1mCommit:�[m �[32mc4e29b9a71bcbf824897ff0f20b48853f19bf776�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-19 19:48:25 +1200 (1 year, 2 months ago)�[m

Turn syntax highlighting on by default in vim

 vim/vimrc.symlink | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32m83c28e3e302493c3fb9efd67957c8ab9ae718b17�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-07 18:22:00 -0700 (1 year, 3 months ago)�[m

Add `res`

`res` is a small script that facilitates switching between screen
resolutions super quickly and easily.

 bin/res | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

�[1mCommit:�[m �[32m7b6a3650df079bbefd85b2ec33fc5b8ba29a0db7�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-03 14:53:03 -0700 (1 year, 3 months ago)�[m

Merge pull request #95 from boaf/tab-character-fix

Fix sed's treatment of tabs
�[1mCommit:�[m �[32mae7570b5cc357dbdfbff7bb6e8dc43da96f37f23�[31m
�[1mAuthor:�[m �[36mGibson Starkweather <gibson@gibson.fm>
�[1mDate:�[m   �[34m2013-07-03 14:41:18 -0700 (1 year, 3 months ago)�[m

Fix seds treatment of tabs

Per https://github.com/holman/dotfiles/commit/3d2a856d2475f8c7e6cff6117652f92542cb6247#commitcomment-3561553.
 git/aliases.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m688959fc74a897b05e3024e52035ef3433c4f779�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-07-03 11:57:08 -0700 (1 year, 3 months ago)�[m

Merge pull request #94 from OmeGak/fix-e

Fixed syntax error
�[1mCommit:�[m �[32m4e263617b4ea75ef16cba1a562eb9911ef3871cb�[31m
�[1mAuthor:�[m �[36mOmeGak <omegak@gmail.com>
�[1mDate:�[m   �[34m2013-07-03 20:44:22 +0200 (1 year, 3 months ago)�[m

Fixed syntax error

 bin/e | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32ma24e7a85caba374c13a5a69d171b4c237ed732da�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-06-23 16:17:50 -0500 (1 year, 3 months ago)�[m

Don't show a version if rbenv can't switch to it

 zsh/prompt.zsh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

�[1mCommit:�[m �[32m9f57a67e9a21925acbad4a9cc1154e781680bc4f�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-06-15 18:12:44 -0700 (1 year, 4 months ago)�[m

Fix syntax error

 system/env.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m95c4469036062b8c6352768885fe2fe13f975685�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-06-12 19:12:18 -0700 (1 year, 4 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32mdf6338d0c3069d3a573b3af903a4aeb4858533d9�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-06-05 12:23:37 -0700 (1 year, 4 months ago)�[m

Merge pull request #93 from boaf/grmfix/grmfix-allow-spaces

Updating `grm` alias to support rm of resources where path contains spaces
�[1mCommit:�[m �[32m3d2a856d2475f8c7e6cff6117652f92542cb6247�[31m
�[1mAuthor:�[m �[36mGibson Starkweather <gibson@gibson.fm>
�[1mDate:�[m   �[34m2013-06-05 11:09:20 -0700 (1 year, 4 months ago)�[m

Updating `grm` alias to support rm of resources where path contains spaces

`awk '{print $3}'` will give us the path following `deleted:` in the git status
output, but not the full path if it contains spaces.
`awk '{$1=$2=""; print $0}'` effectively removes `#` and `deleted:` from the
grepped line, allowing us to retrieve the remainder with `$0`. Following this
we filter out spaces at the beginning of the line and escape all remaining
spaces with `awk` and `sed`.

I suppose this could be done more elegantly (maybe
`awk '{print substr($0, 0, N)}'` where `N` is equal to the number of characters
preceding our desired path), but I honestly can't be certain of git's behavior
to expect it to work the same all the time (i.e. is it always 14 characters?
what about tabs?). Probably a noob issue...

 git/aliases.zsh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

�[1mCommit:�[m �[32m72bba80e3d46a71a400d568025447b17affa5d0c�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-06-12 19:12:09 -0700 (1 year, 4 months ago)�[m

Allow $EDITOR to be set up elsewhere

 system/env.zsh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

�[1mCommit:�[m �[32mdee108853656ce474fea6d011703b997cee61fb9�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-05-31 12:00:42 -0700 (1 year, 4 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32md79f4e068f8a2dad5951faa84c02a14212ab16e9�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-04-27 14:42:59 +0300 (1 year, 5 months ago)�[m

Use the new fork page
 README.markdown | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m8024618a75d6a0ee5fe174da9a04d5baf6788e98�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-04-18 06:32:46 -0700 (1 year, 5 months ago)�[m

Merge pull request #88 from rc5hack/patch-1

Better portability
�[1mCommit:�[m �[32m4fde1e248e9af6b02f623edae979d19812c15ea5�[31m
�[1mAuthor:�[m �[36mAntonio Kless <antoniok.spb@gmail.com>
�[1mDate:�[m   �[34m2013-04-18 17:27:10 +0400 (1 year, 5 months ago)�[m

Update bootstrap

Use env(1) to locate shell binary (see http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability).
 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m56dfa03a3b3868cafe194693e5e6e152a1eb7c3e�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-04-11 09:20:07 -0700 (1 year, 6 months ago)�[m

Merge pull request #84 from jacobwg/update-git-track

Updated bin/git-track for git 1.8
�[1mCommit:�[m �[32ma16f4953ef8f0b19395989f25f260913eb4f51d1�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <mail@jacobwg.com>
�[1mDate:�[m   �[34m2013-04-11 08:35:48 -0500 (1 year, 6 months ago)�[m

Updated bin/git-track for git 1.8

 bin/git-track | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m54a6bb5b6466042e006ee3d1e44e574cd3f4506b�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-05-31 12:00:08 -0700 (1 year, 4 months ago)�[m

EOL

 sublime2/User/Preferences.sublime-settings | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32mcdd13c6f0ba2933cd55c2b76225a4dc358c00a44�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <mail@jacobwg.com>
�[1mDate:�[m   �[34m2013-05-09 16:49:12 -0500 (1 year, 5 months ago)�[m

Add rvm ruby version as per @i8ramin in #89

 zsh/prompt.zsh | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

�[1mCommit:�[m �[32md8de240097d22fb8b7e3c9d9cf932e5c28f9a9da�[31m
�[1mAuthor:�[m �[36mJacob Gillespie <mail@jacobwg.com>
�[1mDate:�[m   �[34m2013-05-09 16:47:51 -0500 (1 year, 5 months ago)�[m

Be consistent about spacing

 zsh/prompt.zsh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m396bfe7a81cef4fbdef189b7ced10470ee4234f5�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-04-04 14:34:31 -0700 (1 year, 6 months ago)�[m

Merge pull request #82 from pcasaretto/fix-gitconfig

Nest helper under credential
�[1mCommit:�[m �[32m140c3967d8eae638a7fe9c30390514956968789c�[31m
�[1mAuthor:�[m �[36mPaulo L F Casaretto <pcasaretto@gmail.com>
�[1mDate:�[m   �[34m2013-04-04 18:30:23 -0300 (1 year, 6 months ago)�[m

Nest helper under credential

I noticed this when git kept asking me for user/pass.
It seems helper was under the wrong namespace

 git/gitconfig.symlink.example | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32mf28525bd7ef273999832fc5d4815d98fa3b6bb93�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-21 12:52:04 -0700 (1 year, 6 months ago)�[m

Merge pull request #80 from memborsky/git-completion

Fix #59 git completion issue with @dplarson method.
�[1mCommit:�[m �[32m5e312b9c6a47e660ff7cbe5987e23c0a6f741041�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-03-20 13:46:08 -0400 (1 year, 6 months ago)�[m

Fix #59 git completion issue with @dplarson method.

 git/completion.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m087bc7eb82e99405786e4c1de6ff804dfd1d6064�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-11 14:28:45 -0700 (1 year, 7 months ago)�[m

Merge pull request #78 from memborsky/fix-bootstrap-read

Use bash not zsh or sh.
�[1mCommit:�[m �[32m1e61cfa1899a82ba6ec072c9a5b3aab0ead1c877�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-03-11 11:41:30 -0400 (1 year, 7 months ago)�[m

Use bash not zsh or sh.

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m565b216dcbbd7bf63dde64527443da35d2d9efb2�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-08 08:48:31 -0800 (1 year, 7 months ago)�[m

Fix #76

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32ma51d26565ca67e48ffb86a8b4c0b555f3ee5c3ce�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-03 12:21:43 -0600 (1 year, 7 months ago)�[m

Don't use lyrics either

 bin/lyrics | 14 --------------
 1 file changed, 14 deletions(-)

�[1mCommit:�[m �[32ma3d7a3a13b8fdbb1da27b44669b20c11bb462883�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-03 12:20:41 -0600 (1 year, 7 months ago)�[m

Rename smartextract

 functions/extract      | 27 +++++++++++++++++++++++++++
 functions/smartextract | 27 ---------------------------
 2 files changed, 27 insertions(+), 27 deletions(-)

�[1mCommit:�[m �[32m144e1db070efb754b8c6570ba6452f7759a3e3fa�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-03 12:18:15 -0600 (1 year, 7 months ago)�[m

Remove more old functions

 functions/_rake              |  8 --------
 functions/newtab             | 26 --------------------------
 functions/savepath           |  1 -
 functions/verbose_completion |  5 -----
 4 files changed, 40 deletions(-)

�[1mCommit:�[m �[32mf58a25183339e5fad5f89ea40ead52e51b3c7f18�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-03 12:15:33 -0600 (1 year, 7 months ago)�[m

Not a function, and I don't use it

 functions/last_modified | 1 -
 1 file changed, 1 deletion(-)

�[1mCommit:�[m �[32m62d51d30001f1606e64dd3577dc671fe0459c227�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-03 12:02:28 -0600 (1 year, 7 months ago)�[m

Promote functions to root

 functions/_boom                  | 29 ++++++++++++++++++
 functions/_brew                  | 65 ++++++++++++++++++++++++++++++++++++++++
 functions/_c                     |  2 ++
 functions/_git-rm                |  7 +++++
 functions/_h                     |  2 ++
 functions/_rake                  |  8 +++++
 functions/c                      |  1 +
 functions/gf                     |  4 +++
 functions/h                      |  1 +
 functions/last_modified          |  1 +
 functions/newtab                 | 26 ++++++++++++++++
 functions/savepath               |  1 +
 functions/smartextract           | 27 +++++++++++++++++
 functions/verbose_completion     |  5 ++++
 zsh/config.zsh                   |  4 +--
 zsh/functions/_boom              | 29 ------------------
 zsh/functions/_brew              | 65 ----------------------------------------
 zsh/functions/_c                 |  2 --
 zsh/functions/_git-rm            |  7 -----
 zsh/functions/_h                 |  2 --
 zsh/functions/_rake              |  8 -----
 zsh/functions/c                  |  1 -
 zsh/functions/gf                 |  4 ---
 zsh/functions/h                  |  1 -
 zsh/functions/last_modified      |  1 -
 zsh/functions/newtab             | 26 ----------------
 zsh/functions/savepath           |  1 -
 zsh/functions/smartextract       | 27 -----------------
 zsh/functions/verbose_completion |  5 ----
 29 files changed, 181 insertions(+), 181 deletions(-)

�[1mCommit:�[m �[32m42ed3e0e3c77c47ed76a5b2cb469fd9660a15e3d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-02 22:48:40 -0600 (1 year, 7 months ago)�[m

Load .localrc before .zsh files

My .localrc loads Boxen details, which has Homebrew installs
in it. Loading it after .zsh files get loaded means I can't
get stuff like the grc suite detected on my path

 zsh/zshrc.symlink | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

�[1mCommit:�[m �[32mcbc1e5012d2e40c760b32e6216fb0ecbc6410911�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-03-02 20:23:49 -0800 (1 year, 7 months ago)�[m

Merge pull request #74 from pcasaretto/fix-grc-brew-testing

Fixes grc.zsh brew testing
�[1mCommit:�[m �[32m90b921398562abffdd4cc9f61ba2517b0ce8a4e5�[31m
�[1mAuthor:�[m �[36mPaulo L F Casaretto <pcasaretto@gmail.com>
�[1mDate:�[m   �[34m2013-03-01 13:59:34 -0300 (1 year, 7 months ago)�[m

Fix test for brew existance on grc.zsh

This fixes #73

 system/grc.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32me39f37c21ec7c8f1c25ec10d083887c48a32735d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-02-26 16:42:39 -0800 (1 year, 7 months ago)�[m

Merge pull request #72 from pcasaretto/patch-1

Fix vestige from rake install
�[1mCommit:�[m �[32m0ff8647dfbd3c0cfaa67ec5812c16717a59a8e51�[31m
�[1mAuthor:�[m �[36mPaulo L F Casaretto <pcasaretto@gmail.com>
�[1mDate:�[m   �[34m2013-02-26 21:36:57 -0300 (1 year, 7 months ago)�[m

Fix vestige from rake install
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32mba34d9e7fb5130afa2ecd6d3b904e66c4348b07c�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-02-03 20:09:38 -0800 (1 year, 8 months ago)�[m

git-track tracks remote branches

 bin/git-track | 7 +++++++
 1 file changed, 7 insertions(+)

�[1mCommit:�[m �[32me2b0fc6e6b0deac4b193b38838ce7bf81707eae0�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-02-03 20:09:09 -0800 (1 year, 8 months ago)�[m

Fix clean/dirty status

 zsh/prompt.zsh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m2dfc75de2588cf3bf0ad6b9ec3cd21f48b09a126�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-02-03 19:47:52 -0800 (1 year, 8 months ago)�[m

Add iOS simulator alias

 xcode/aliases.zsh | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32mf9d0656fa75a7592d9ed6efd5e4adcdcab8be738�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-22 11:10:17 -0800 (1 year, 8 months ago)�[m

Merge pull request #63 from memborsky/gitconfig-bootstrapped

Gitconfig bootstrapped
�[1mCommit:�[m �[32m46a53862b589be5c88ee90462ed78218f9a6e88f�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-16 14:06:16 -0500 (1 year, 8 months ago)�[m

Ignore gitconfig.symlink.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

�[1mCommit:�[m �[32m607aae4b5b2b53aa5ffef197ca1f646f803cf2b8�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-15 12:32:21 -0500 (1 year, 9 months ago)�[m

Squelch warning message about push.default change coming in Git 2.0.

 git/gitconfig.symlink.example | 6 ++++++
 1 file changed, 6 insertions(+)

�[1mCommit:�[m �[32mad708843192500b9a9fe931fd673138fb0087c98�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-14 18:33:25 -0500 (1 year, 9 months ago)�[m

Update the README.

 README.markdown | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

�[1mCommit:�[m �[32m8ff04e674196620970d0f7a430494b9ea7a29496�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-14 18:28:56 -0500 (1 year, 9 months ago)�[m

Bootstrap the gitconfig.symlink.example file with author name and email.

 script/bootstrap | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

�[1mCommit:�[m �[32mdda1e202886004b976097530278a13d9b042d231�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-14 18:24:23 -0500 (1 year, 9 months ago)�[m

Move gitconfig.symlink to gitconfig.symlink.example. Setup gitconfig to be bootstrapped without holman's stuff.

 git/gitconfig.symlink         | 41 -----------------------------------------
 git/gitconfig.symlink.example | 31 +++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 41 deletions(-)

�[1mCommit:�[m �[32m0c6a346d3e2fb21dd59185e5766a57553f60e084�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-22 10:57:45 -0800 (1 year, 8 months ago)�[m

Merge pull request #67 from memborsky/better-git-prompt

Try for git from zsh $commands before we hard fail back to the system /usr/bin/git.
�[1mCommit:�[m �[32m22621e686880fefe6023525525d63a5e6c440fde�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-21 20:13:35 -0500 (1 year, 8 months ago)�[m

Try for git from zsh $commands before we hard fail back to the system /usr/bin/git.

 zsh/prompt.zsh | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32mcfc67fa28361f8b4fc8830d760aa3afc55512e90�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-20 10:15:52 -0800 (1 year, 8 months ago)�[m

Merge branch 'master' of https://github.com/holman/dotfiles

�[1mCommit:�[m �[32m0bac459d18e6035074674bdc410ca3772015895f�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-19 11:24:38 -0800 (1 year, 8 months ago)�[m

Kill completion.sh nonsense
 README.markdown | 2 --
 1 file changed, 2 deletions(-)

�[1mCommit:�[m �[32m252948bbdc8e8b38de959d26600a24ecb20247c8�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-19 11:22:19 -0800 (1 year, 8 months ago)�[m

Merge pull request #66 from rcarver/source-path-first

make sure $PATH is setup first
�[1mCommit:�[m �[32m699be8dc9d75a78943c01f42bf2490d308f39315�[31m
�[1mAuthor:�[m �[36mRyan Carver <rcarver@adobe.com>
�[1mDate:�[m   �[34m2013-01-18 21:23:04 -0800 (1 year, 8 months ago)�[m

unset config_files after sourcing everything

 zsh/zshrc.symlink | 2 ++
 1 file changed, 2 insertions(+)

�[1mCommit:�[m �[32m4a76fd45e58f7f419ce41416f783ef43d58e70d6�[31m
�[1mAuthor:�[m �[36mRyan Carver <rcarver@adobe.com>
�[1mDate:�[m   �[34m2013-01-18 21:21:58 -0800 (1 year, 8 months ago)�[m

update the README for special handling of path.zsh and completion.zsh

 README.markdown | 4 ++++
 1 file changed, 4 insertions(+)

�[1mCommit:�[m �[32m2b01af7bf58c0c8d876e6058926787a89cd46bdb�[31m
�[1mAuthor:�[m �[36mRyan Carver <rcarver@adobe.com>
�[1mDate:�[m   �[34m2013-01-18 21:19:45 -0800 (1 year, 8 months ago)�[m

Improve zsh file sourcing.

Now it gets all of the files once, then iterates over three times,
once for path, once for general stuff, once for completion

 zsh/zshrc.symlink | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

�[1mCommit:�[m �[32maf55e21a12ec244a34ea781bb4b4ae66d43178fc�[31m
�[1mAuthor:�[m �[36mRyan Carver <ryan@ryancarver.com>
�[1mDate:�[m   �[34m2013-01-18 14:06:54 -0800 (1 year, 8 months ago)�[m

Source all path.zsh files in the project before the rest

 zsh/zshrc.symlink | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32mc9c88ba9ab2d132f84386174cf30f114983f042f�[31m
�[1mAuthor:�[m �[36mRyan Carver <ryan@ryancarver.com>
�[1mDate:�[m   �[34m2013-01-17 21:38:15 -0800 (1 year, 8 months ago)�[m

make sure $PATH is setup first

 zsh/zshrc.symlink | 3 +++
 1 file changed, 3 insertions(+)

�[1mCommit:�[m �[32md7e5fd553166db50232a90f104bc9e34be8472fd�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-16 11:47:14 -0800 (1 year, 8 months ago)�[m

Merge pull request #64 from ncolton/master

Minor doc update
�[1mCommit:�[m �[32ma4855635f786d7be75581f4c2c7f50d69252ef96�[31m
�[1mAuthor:�[m �[36mncolton <ncolton@oddmagic.net>
�[1mDate:�[m   �[34m2013-01-16 11:37:40 -0800 (1 year, 8 months ago)�[m

README; script/install is really script/bootstrap
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m75168f7ad5c8ff6ff16e8139c5411fbbe58d1b20�[31m
�[1mAuthor:�[m �[36mncolton <ncolton@oddmagic.net>
�[1mDate:�[m   �[34m2013-01-16 10:49:34 -0800 (1 year, 8 months ago)�[m

Update README.markdown

Fix oversight from move to script/install instead of rake install
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32ma9d9b2fcfaf6a75579aa03693f652e75f4a58156�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-20 10:15:29 -0800 (1 year, 8 months ago)�[m

No longer use this script

 bin/backup | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

�[1mCommit:�[m �[32mc7957d3ae8a31ebe0fce28a1bce472b4b3fc51ad�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-13 11:10:48 -0800 (1 year, 9 months ago)�[m

Merge pull request #61 from magus/master

Update prompt git status check
�[1mCommit:�[m �[32mdc5c3ef06f7204e3b2595b4181310cc0db7941c9�[31m
�[1mAuthor:�[m �[36mNoah Jorgenson <noah.m.jorgenson@gmail.com>
�[1mDate:�[m   �[34m2013-01-12 22:08:47 -0800 (1 year, 9 months ago)�[m

just look for 'nothing' since git 1.8.1 changed this message

 zsh/prompt.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m6609da3fa177e6d5f6f660ece8a64945b90cde0c�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-13 11:09:15 -0800 (1 year, 9 months ago)�[m

Nicer dependency output

 homebrew/install.sh |  4 +++-
 script/bootstrap    | 10 +++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

�[1mCommit:�[m �[32mdea722d06d5b712508650eac3859cf4bb71b43ed�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-13 11:03:43 -0800 (1 year, 9 months ago)�[m

Run `dot`

 script/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

�[1mCommit:�[m �[32m94efe1a136ef1fd63c4c1c9be663fe10733609df�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-13 11:02:25 -0800 (1 year, 9 months ago)�[m

Update input styling

 script/bootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

�[1mCommit:�[m �[32m5e6fe9745c5c59888d6c8359376b379e5478b05b�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-13 10:57:50 -0800 (1 year, 9 months ago)�[m

Merge pull request #60 from memborsky/holman

Move 'rake install' to script/bootstrap
�[1mCommit:�[m �[32m8d36d0537519c9c8be188f08335153aac16a89a8�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-12 01:37:47 -0500 (1 year, 9 months ago)�[m

Remove OUTPUT related stuff.

 script/bootstrap | 3 ---
 1 file changed, 3 deletions(-)

�[1mCommit:�[m �[32mf93c95535d0446230ec30c25643e3b32b1faa6e0�[31m
�[1mAuthor:�[m �[36mMatt Emborsky <memborsky@gmail.com>
�[1mDate:�[m   �[34m2013-01-12 01:33:00 -0500 (1 year, 9 months ago)�[m

Move 'rake install' to script/bootstrap

 Rakefile         |  57 ----------------------------
 script/bootstrap | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 108 insertions(+), 63 deletions(-)

�[1mCommit:�[m �[32m4edd82f121fcf58046b693f0d1adc49af30d385b�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 17:09:41 -0800 (1 year, 9 months ago)�[m

Eh, don't upgrade

 bin/dot | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

�[1mCommit:�[m �[32md5fc9e85f4a72905251980fa04b4966b4332ced9�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 17:06:58 -0800 (1 year, 9 months ago)�[m

Remove old hosts alias

 system/keys.zsh | 4 ----
 1 file changed, 4 deletions(-)

�[1mCommit:�[m �[32m68348981d446b231b9194895fdaddf73ccaaae9d�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 17:06:24 -0800 (1 year, 9 months ago)�[m

Clean up README

 README.markdown | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

�[1mCommit:�[m �[32mcd77cc4c7d9da43b97c31ce32c440928a72c1995�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 17:00:53 -0800 (1 year, 9 months ago)�[m

Add `dot`

 bin/dot | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

�[1mCommit:�[m �[32m30859cac8c48815e5354d2b781b0a03a4d3e78e9�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:57:54 -0800 (1 year, 9 months ago)�[m

Remove vagrant too

 vagrant/aliases.zsh | 3 ---
 1 file changed, 3 deletions(-)

�[1mCommit:�[m �[32mfa1c723ce39cb150963d578d8bd563d9cc78aaf2�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:51:50 -0800 (1 year, 9 months ago)�[m

Don't tell us what we already know

 homebrew/install.sh | 2 --
 1 file changed, 2 deletions(-)

�[1mCommit:�[m �[32mdfdc06481469d5205a9c169dd7dec3fe634dbfb6�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:48:56 -0800 (1 year, 9 months ago)�[m

Install spark with Homebrew

 bin/spark           | 89 -----------------------------------------------------
 homebrew/install.sh |  2 +-
 2 files changed, 1 insertion(+), 90 deletions(-)

�[1mCommit:�[m �[32meb7b88dc074131daf0bf5639515d60033cae1284�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:48:30 -0800 (1 year, 9 months ago)�[m

Move homebrew to its own thing

 homebrew/install.sh | 19 +++++++++++++++++++
 script/homebrew     | 19 -------------------
 2 files changed, 19 insertions(+), 19 deletions(-)

�[1mCommit:�[m �[32m875a819e8aaed8f1c342bb7f592d2a1e0db17fc4�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:25:16 -0800 (1 year, 9 months ago)�[m

Remove Boxen-managed processes

 .gitignore             |   1 -
 nginx/aliases.zsh      |   2 -
 postgresql/aliases.zsh |   2 -
 redis/aliases.zsh      |   2 -
 redis/redis.conf       | 444 -------------------------------------------------
 5 files changed, 451 deletions(-)

�[1mCommit:�[m �[32mcbc8d0ebc2e74a433a09eaf17dc7cbde1c9744f8�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:24:12 -0800 (1 year, 9 months ago)�[m

Remove vim: my vim days are over

 vim/gvimrc.symlink                             |   32 -
 vim/vim.symlink/.VimballRecord                 |    2 -
 vim/vim.symlink/after/syntax/html.vim          |   10 -
 vim/vim.symlink/autoload/rails.vim             | 4731 ------------------------
 vim/vim.symlink/colors/desert.vim              |  108 -
 vim/vim.symlink/colors/molokai.vim             |  211 --
 vim/vim.symlink/colors/railscasts.vim          |   96 -
 vim/vim.symlink/colors/vibrantink.vim          |   68 -
 vim/vim.symlink/doc/ack.txt                    |   70 -
 vim/vim.symlink/doc/command-t.txt              |  695 ----
 vim/vim.symlink/doc/rails.txt                  | 1134 ------
 vim/vim.symlink/doc/tags                       |  280 --
 vim/vim.symlink/filetype.vim                   |    2 -
 vim/vim.symlink/ftdetect/coffee.vim            |    7 -
 vim/vim.symlink/ftdetect/eco.vim               |    1 -
 vim/vim.symlink/ftdetect/markdown.vim          |    2 -
 vim/vim.symlink/ftplugin/coffee.vim            |  238 --
 vim/vim.symlink/indent/coffee.vim              |  322 --
 vim/vim.symlink/plugin/ack.vim                 |   80 -
 vim/vim.symlink/plugin/command-t.vim           |  151 -
 vim/vim.symlink/plugin/gitignore.vim           |   22 -
 vim/vim.symlink/plugin/rails.vim               |  340 --
 vim/vim.symlink/ruby/command-t/Makefile        |  181 -
 vim/vim.symlink/ruby/command-t/controller.rb   |  289 --
 vim/vim.symlink/ruby/command-t/depend          |   24 -
 vim/vim.symlink/ruby/command-t/ext.bundle      |  Bin 36504 -> 0 bytes
 vim/vim.symlink/ruby/command-t/ext.c           |   65 -
 vim/vim.symlink/ruby/command-t/ext.h           |   36 -
 vim/vim.symlink/ruby/command-t/ext.o           |  Bin 17776 -> 0 bytes
 vim/vim.symlink/ruby/command-t/extconf.rb      |   32 -
 vim/vim.symlink/ruby/command-t/finder.rb       |   51 -
 vim/vim.symlink/ruby/command-t/match.c         |  189 -
 vim/vim.symlink/ruby/command-t/match.h         |   29 -
 vim/vim.symlink/ruby/command-t/match.o         |  Bin 21116 -> 0 bytes
 vim/vim.symlink/ruby/command-t/match_window.rb |  339 --
 vim/vim.symlink/ruby/command-t/matcher.c       |  164 -
 vim/vim.symlink/ruby/command-t/matcher.h       |   30 -
 vim/vim.symlink/ruby/command-t/matcher.o       |  Bin 27812 -> 0 bytes
 vim/vim.symlink/ruby/command-t/mkmf.log        |   10 -
 vim/vim.symlink/ruby/command-t/prompt.rb       |  165 -
 vim/vim.symlink/ruby/command-t/ruby_compat.h   |   49 -
 vim/vim.symlink/ruby/command-t/scanner.rb      |   93 -
 vim/vim.symlink/ruby/command-t/settings.rb     |   75 -
 vim/vim.symlink/ruby/command-t/stub.rb         |   46 -
 vim/vim.symlink/ruby/command-t/vim.rb          |   43 -
 vim/vim.symlink/ruby/command-t/vim/screen.rb   |   32 -
 vim/vim.symlink/ruby/command-t/vim/window.rb   |   38 -
 vim/vim.symlink/snippets/markdown.snippets     |   43 -
 vim/vim.symlink/syntax/coffee.vim              |  237 --
 vim/vim.symlink/syntax/eco.vim                 |   60 -
 vim/vim.symlink/syntax/markdown.vim            |  105 -
 vim/vim.symlink/syntax/mustache.vim            |   69 -
 vim/vimrc.symlink                              |   85 -
 53 files changed, 11181 deletions(-)

�[1mCommit:�[m �[32m206884355b74e1588d2d9b570fb7a6469bcc8555�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:23:27 -0800 (1 year, 9 months ago)�[m

Remove todo.txt

 todo.txt/README.md   |  7 -------
 todo.txt/aliases.zsh | 10 ----------
 2 files changed, 17 deletions(-)

�[1mCommit:�[m �[32mecf3b650379de5e6ad01af297046866a0486ec28�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:22:47 -0800 (1 year, 9 months ago)�[m

Remove Rubinius

 rbx/options.zsh | 1 -
 1 file changed, 1 deletion(-)

�[1mCommit:�[m �[32mc4822685c022feea79342b3358f38e42246782cc�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:22:24 -0800 (1 year, 9 months ago)�[m

Remove mailplane

 mailplane/stylesheet.css | 63 ------------------------------------------------
 1 file changed, 63 deletions(-)

�[1mCommit:�[m �[32md5f5239e518957aa01a5b660b06c344a81816ae2�[31m
�[1mAuthor:�[m �[36mZach Holman <zach@zachholman.com>
�[1mDate:�[m   �[34m2013-01-10 16:22:…
mattbilson pushed a commit to mattbilson/dotfiles-holman-style that referenced this pull request Oct 16, 2014
tacaswell pushed a commit to tacaswell/dotfiles-1 that referenced this pull request Mar 14, 2016
Fixing that awk command in mustacheme
AravinthPanch pushed a commit to AravinthPanch/dotfiles that referenced this pull request Feb 7, 2017
Fixing that awk command in mustacheme
rainkinz pushed a commit to rainkinz/dotfiles that referenced this pull request Oct 10, 2017
Fixing that awk command in mustacheme
ScottBishop added a commit to ScottBishop/dotfiles that referenced this pull request Apr 12, 2018
Fixing that awk command in mustacheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants