Run the following command from the HOME directory:
git clone https://github.com/hspazio/dotfiles.git
cd ~/dotfiles
Run installation tasks
-
rake install:brewuses [Homebrew Bundle] (https://github.com/Homebrew/homebrew-bundle) to install all the packages specified in theBrewfile -
rake install:zshinstalls and configureszsh -
rake install:viminstalls Vundle as package manager and other dependencies -
rake install:ctagssets up Vim and Ruby environment to work with ctags -
After that we need to link the dotfiles to the HOME directory. For this we will use:
rake link. This will command will also source.zshrcin order to apply the changes to the shell and will also install any new Vim packages. -
For a detailed list of tasks run
rake -T