Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 429 Bytes

Dotfiles

Requirements

  • install vim
// for mac
brew install vim

//for linux
sudo apt-get update
sudo apt-get install vim
  • Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

How to install

  • Clone the repo
  • Run git submodule init
  • Run git submodule update to download Vundle
  • Open vim and type :VundleInstall to install de dependencies