raimohanska / dotfiles

my crappy dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup

cd && git clone git@github.com:raimohanska/dotfiles.git && cd dotfiles

Optionally switch to the lightweight version using git checkout lightweight.

Then install using ./install.

Then install zsh using sudo apt-get install zsh or similar.

Finally make zsh your login shell using chsh -s /usr/bin/zsh.

Login again and you're done!

add vim bundle

cd ~/dotfiles
git submodule add <git url> vim/bundle/<bundle name>
git add .
git commit -am "added <bundle name>"
git push

About

my crappy dotfiles


Languages

Language:Vim Script 76.5%Language:Shell 22.1%Language:Python 1.4%