Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hendricius/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Oct 22, 2014
2 parents 05e5ade + 8cd3266 commit d39f1d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Option 2: Use the install.sh script to get started fast. This will backup your
existing dotfiles and use mine instead.

# Make sure to have the following installed:
apt-get install git vim zsh ack-grep tmux curl ctags the_silver_searcher
apt-get install git vim zsh ack-grep tmux curl ctags silversearcher-ag

# Download dotfiles
cd && git clone git://github.com/hendricius/dotfiles.git
Expand All @@ -33,3 +33,13 @@ existing dotfiles and use mine instead.

# Change shell to zsh
chsh -s /bin/zsh

Remember to restart your shell by either re-logging or reloading the shell by
typing
exec $SHELL

# Install VIM-Plugins
-> open up vim
# Issue the following command
:PluginInstall

0 comments on commit d39f1d6

Please sign in to comment.