public
Description: my configs, scripts and tools in one place
Homepage:
Clone URL: git://github.com/gumayunov/homedir.git
name age message
file .cshrc Sun Apr 05 00:23:38 -0700 2009 .cshrc-bsd refactored out [gumayunov]
file .gitconfig Loading commit data...
file .gitignore Wed Apr 22 14:33:02 -0700 2009 vim swap file added to gitignore [gumayunov]
file .gvimrc Wed Apr 15 22:20:00 -0700 2009 snippet local keybindings [savonarola]
file .screenrc Tue Dec 23 22:16:50 -0800 2008 proper file permissions [gumayunov]
directory .tools/
file .vimrc
file .vimrc.cmdalias
file .vimrc.local Thu Apr 16 03:48:13 -0700 2009 Merge branch 'savonarola' into sm * savonarola... [gumayunov]
file .vimrc.orig Mon Jun 22 01:43:57 -0700 2009 original vimrc [gumayunov]
file .vimrc.remote
file README Tue May 26 10:28:43 -0700 2009 typofix [gumayunov]
file TODO Sun Mar 08 09:25:49 -0700 2009 file attrs normalized [gumayunov]
file csh.cshrc Tue Mar 03 15:41:54 -0800 2009 useless paths removed and path to gems added [gumayunov]
file install
file pull_snippets Sat Jun 20 14:34:31 -0700 2009 script to pull scrooloose-snippets [gumayunov]
file pull_vimfiles Sat Jun 20 14:30:06 -0700 2009 script to pull vimfiles [gumayunov]
file pull_zshkit Sun Apr 12 21:21:31 -0700 2009 updated accordingly gumayunov/zshkit branchery ... [gumayunov]
directory snippets/ Wed Mar 04 00:35:32 -0800 2009 cron php script wrapper [gumayunov]
directory vim.snippets/ Sat Jun 20 14:32:12 -0700 2009 scrooloose/snippets merged as subtree [gumayunov]
directory vimfiles/
directory zshkit/
file zshrc_addons
README
run this to deploy:

wget http://github.com/gumayunov/homedir/tarball/master -O homedir.tar.gz 
tar -xzf homedir.tar.gz
find . -name 'gumayunov-homedir*' | xargs -J % mv % homedir
cd homedir
./install

or

git clone git://github.com/gumayunov/homedir.git
cd homedir
./install