Skip to content

chamnan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published