Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 430 Bytes

debian-cfg

Debian personal configurations for python and day-by-day tasks.

Vim

Setup Vundle first
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Then open vim and hit F3 to run :BundleInstall and voilá!

Git

Download git branch script
$ wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -O ~/.git-prompt.sh