In order to install those config files you need to:
cd ~/src
git clone [email protected]:pierzakp/dotfiles.git
ln -s ~/src/dotfiles/vimrc ~/.vimrc
ln -s ~/src/dotfiles/vim ~/.vim
ln -s ~/src/dotfiles/gitconfig ~/.gitconfig
ln -s ~/src/dotfiles/gitignore ~/.gitignore
ln -s ~/src/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/src/dotfiles/zshrc_aliases ~/.zshrc_aliases
git clone [email protected]:gmarik/Vundle.vim.git ~/.vim/bundle/vundle
vim +PluginInstall +qall
Add on the beggining of your ~/.zshrc:
source .zshrc_aliases