cd ~
git clone https://github.com/lqueryvg/dotfiles.git
cd dotfiles
./install
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim
:PluginInstall
-
~/.zshrc(for interactivezshshells)~/.my_zshrc~/dotfiles/my_functions.sh~/.my_profile.sh~/dotfiles/profile.d/*.sh~/dotfiles/local.d/*.sh
-
~/.bash_profile(for interactive loginbashshells, i.e. every window)~/dotfiles/my_functions.shexec_if_exists $HOME/homebrew/bin/zshsource_if_exists $HOME/.bashrc
-
~/.bashrc(for interactive non-loginbashshells)~/dotfiles/my_functions.sh~/.my_profile.sh