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
mkdir ~/.vimtmp
-
~/.zshrc
(for interactivezsh
shells)~/dotfiles/my_zshrc.sh
~/dotfiles/my_functions.sh
~/.my_profile.sh
~/dotfiles/public.d/*.sh
~/dotfiles/private.d/*.sh
- in
.gitignore
, put private or machine specific startup here)
- in
-
~/.bash_profile
(for interactive loginbash
shells, i.e. every window)~/dotfiles/my_functions.sh
exec_if_exists $HOME/homebrew/bin/zsh
source_if_exists $HOME/.bashrc
-
~/.bashrc
(for interactive non-loginbash
shells)~/dotfiles/my_functions.sh
~/.my_profile.sh
~/dotfiles/public.d/*.sh
~/dotfiles/private.d/*.sh
- in
.gitignore
, put private or machine specific startup here)
- in