dopper / gitbash_solarized

Solarized Git Bash and VIM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitbash_solarized

Solarized (dark) Git Bash and VIM

This is how I solarize the Git Bash terminal and vim and change the font, prompt and title.

Installation

git clone https://github.com/speedpacer/gitbash_solarized
cd gitbash_solarized
chmod +x setup.sh
./setup.sh

Note: existing files if any will be backed up.

Or manually add or make changes to the following files/folders:
~/.bashrc
~/.minttyrc
~/.vimrc
~/.dir_colors
~/.vim/colors/solarized.vim

If you clone this repo, make sure you do "ls -a" to see the hidden files.

Credits

The solarized color scheme was designed by Ethan Schoonover. More info here:
http://ethanschoonover.com/solarized

dir_colors was found here:
https://github.com/seebi/dircolors-solarized/blob/master/dircolors.ansi-dark

The vim solarized color scheme was found here:
https://github.com/altercation/vim-colors-solarized/blob/master/colors/solarized.vim

About

Solarized Git Bash and VIM


Languages

Language:Vim Script 97.2%Language:Shell 2.8%