Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 592 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 592 Bytes

Dotfiles

Installation

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

Post Installation

Add on the beggining of your ~/.zshrc:

source .zshrc_aliases