a fork from paul irish's dotfiles mathias's readme is awesome. go read it.
My basic setup is captured in install-deps.sh which adds homebrew, z, nave, etc.
.vimrc,.vim- vim config, obv. comes with a million plugin so be warned
.aliases.bash_profile.bash_prompt.bashrc.exports.functions
install-deps.sh- random apps i need installed.osx- run on a fresh osx machine.brew- homebrew initializationsync.sh- manually sync what is new from the stuffsreplace.sh- replace what you have changed in your environment to the checkout so it can be easily commited to github
.git.gitattributes.gitconfig.gitignore.inputrc- config for bash readline
git clone git@github.com:minhd/dotfiles.git && cd dotfiles && ./sync.sh
git clone https://github.com/minhd/dotfiles.git && cd dotfiles && ./sync.shto install Vundle and use vim the way it's meant to use
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qallTo update later on, just run the sync again. To update, run replace