Skip to content

ccauet/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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