Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 462 Bytes

My config

The more experience I get with the command line, the more I want to customize my environment.

To install

  • $ cp .bash_profile ~/.bash_profile
  • $ source ~/.bash_profile
  • $ cp .gitconfig ~/.gitconfig
  • $ cp .vimrc ~/.vimrc

Install VIM color scheme

cd ~/.vim/colors
git clone git://github.com/chriskempson/base16-vim.git base16
cp base16/colors/*.vim .

Based off Mark Otto's config files