Skip to content

Latest commit

 

History

History
executable file
·
29 lines (24 loc) · 927 Bytes

README.md

File metadata and controls

executable file
·
29 lines (24 loc) · 927 Bytes

dotfiles

Install

  • Adapt $DOTFILESDIR in zshrc
  • Run source zshrc once to propagate $DOTFILESDIRenv
  • For private configurations use ~/.zsh_secret
  • Execute
ln -s "${DOTFILESDIR}/zshrc" "${HOME}/.zshrc" 
ln -s "${DOTFILESDIR}/gitconfig" "${HOME}/.gitconfig" 
ln -s "${DOTFILESDIR}/vimrc" "${HOME}/.vimrc" 
ln -s "${DOTFILESDIR}/tmux.conf" "${HOME}/.tmux.conf" 
source "${DOTFILESDIR}/bin/osx.sh"
source "${DOTFILESDIR}/bin/brew.sh"
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Open vim and use :PluginInstall