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 [email protected]:minhd/dotfiles.git && cd dotfiles && ./sync.sh
git clone https://github.com/minhd/dotfiles.git && cd dotfiles && ./sync.sh
to 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 +qall
To update later on, just run the sync again. To update, run replace