Solarized (dark) Git Bash and VIM
This is how I solarize the Git Bash terminal and vim and change the font, prompt and title.
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.
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