Commit graph

20 commits

Author SHA1 Message Date
f40332b379 Add Oh My ZSH! dependency and make a few adjustments to accomodate 2013-01-23 11:11:52 -08:00
674cb85503 Add snipmate dependencies 2013-01-01 13:32:56 -08:00
de0915a6b3 Use garbas snipmate instead of msanders; the latter is abandoned 2012-11-15 13:15:53 -08:00
fcf0673722 Remove blackboard and fugitive plugins 2012-10-01 11:37:53 -07:00
28adee722e Fix setup for command-t 2012-09-28 12:27:21 -07:00
09faeaf7ab Set up command-t after clone 2012-08-08 10:23:58 -07:00
ea34b63123 Minor updates to output formatting in setup.sh 2012-08-08 10:23:58 -07:00
70be386c85 Clone Vim bundles into vim/bundles
Instead of using submodules, I'm having the setup script clone each bundle into
its own directory in vim/bundle. The dotfiles repo has a .gitignore file in that
directory which will ensure the directory exists, but nothing in it is tracked.
2012-08-08 10:23:58 -07:00
7347be9fe6 Move some stuff around in setup.sh 2012-04-23 15:02:41 -07:00
adb67b1741 Don't symlink the readme 2012-04-17 22:37:39 -07:00
ddfca13b5e Fancy new setup.sh
With colors! And z shell! And ponies!

But seriously, it will now symlink all the files in the current directory and
print some nice messages about its progress.
2012-04-11 09:54:43 -07:00
1a0a9e2b1a Merge branch 'master' of github.com:erynofwales/dotfiles 2012-03-21 10:07:46 -07:00
62814b49cf Add mutt configs to setup.sh 2012-03-21 09:52:33 -07:00
89fee4cab3 Quote unquoted link commands. They will fail if the file name has a space. 2012-03-21 09:44:58 -07:00
4f1904cc05 Merge branch 'master' of github.com:erynofwales/dotfiles
Conflicts:
	setup.sh
2012-03-14 17:36:41 -07:00
86eec915d6 Add tmux config 2012-03-14 13:59:10 -07:00
c40d2db165 Double quote all paths in setup script
Linux (Cygwin) doesn't like spaces in path names so setup.sh fails utterly on
Windows if you have a username with spaces in it. This change double quotes all
the ln and touch commands so space-addled paths are handled properly.
2012-02-24 21:54:52 -08:00
8799338169 Move some settings from profile to zshenv
.zshenv is run everytime a zsh instance is started, including subshells and the
like. Use this file, now, to set things like PATH and such that are used
frequently.

Add a setup symlink for .zshenv
2011-09-13 11:26:35 -07:00
Eryn Wells
01d194189c Add irssi configs 2011-05-03 22:03:21 -07:00
Eryn Wells
662fe0334c Initial commit 2011-05-03 21:53:50 -07:00