/.home

My settings for zsh, dot files and so on ...

Primary LanguageVim Script

.home

These are my dotfiles to set preferences for zsh and some handy commands for everyday usage.

Installation

!!!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.