pierzakp / dotfiles

Few dotfiles which I use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Installation

In order to install those config files you need to:

cd ~/src
git clone git@github.com: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 git@github.com:gmarik/Vundle.vim.git ~/.vim/bundle/vundle
vim +PluginInstall +qall

Post Installation

Add on the beggining of your ~/.zshrc:

source .zshrc_aliases

About

Few dotfiles which I use.


Languages

Language:Vim Script 94.2%Language:Shell 5.8%