slith76 / dotfiles_old

My vim, zsh, git, slate configuration files + install script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slith76 dotfiles

This are my dotfiles for vim, zsh ... and an automated install per install.sh.

(thx https://github.com/thoughtbot/dotfiles)

Requirements

Set zsh as your login shell.

chsh -s /bin/zsh

Install

git clone git://github.com/slith76/dotfiles.git
cd dotfiles
./install.sh

This will create symlinks for config files in your home directory. If you include the line "DO NOT EDIT BELOW THIS LINE" anywhere in a config file, it will copy that file over instead of symlinking it, and it will leave everything above that line in your local config intact.

You can safely run ./install.sh multiple times to update.

Credits

Thx,

About

My vim, zsh, git, slate configuration files + install script.

License:Other


Languages

Language:Vim Script 70.4%Language:Shell 29.6%