dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

config files such as .vimrc, .bashrc, etc.

v0n Dot Files

Here are most of my config files. It includes vim configuration and plugins, my scripts and some Linux config files.

Installation

If you want to try my config, just clone and deploy with:

git clone git://github.com/v0n/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
bash install.sh

This script will prompt you to create/overwrite each file (empty answer is equivalent to no).

You can download and install Inconsolata font with: mkdir -p ~/.fonts && wget http://www.levien.com/type/myfonts/Inconsolata.otf -O ~/.fonts/Inconsolata.otf