chamnan / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my VIM configuration for Ubuntu

Installation/Configuring

Paste the following into the Terminal.

The Ubuntu basic dependencies:

sudo apt-get install git-core curl zsh vim xclip 

####Install:

curl -k -L https://raw.github.com/chamnan/dotfiles/master/install.sh | sh

# Bundle Installation
vim +BundleInstall +qall

####Configuring: To set zsh as your default shell

chsh -s /bin/zsh

To switch between zsh and bash

exec bash
exec zsh
  • Font patching:

    1. Download the font of your choice from powerline-fonts.
    2. Move your patched font to ~/.fonts/
    3. Run fc-cache -vf ~/.fonts to update your font cache

    For more info about Powerline Font patching

VIM

About


Languages

Language:Shell 92.7%Language:Vim Script 5.3%Language:Roff 1.1%Language:Python 0.6%Language:Ruby 0.3%Language:Makefile 0.0%