Skip to content

Instantly share code, notes, and snippets.

@ervinb
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ervinb/6699fb7597e455e13a9d to your computer and use it in GitHub Desktop.
Save ervinb/6699fb7597e455e13a9d to your computer and use it in GitHub Desktop.
Vim 256 color mode in Bash

Requirements

  • Install sudo apt-get install ncurses-term

Config files


~/.vimrc

" activate powerline font for vim-airline
let g:airline_powerline_fonts = 1

" setup terminal
let g:solarized_termcolors=256
set background=dark
set t_Co=256
syntax enable
colorscheme solarized

...


~/.bashrc

export TERM=xterm-256color

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment