These are my dotfiles to set preferences for zsh and some handy commands for everyday usage.
!!!Warning: the current script force deletes a lot dot-files, use with caution!!!
Installation is very simple, you just have to clone this repository to your home dir and run make install
:
git clone git://github.com/furyan87/.home.git $HOME/.home
cd $HOME/.home && make install
The setup script will then clone the prezto repository (if necessary) and create a symlink in your home dir .zshrc to adjust $PATH as well as set zsh preferences. In addition oh-my-zsh is downloaded and installed. Its an awesome zsh expansion with plugins etc.