Configuration of my system the way I like it.
git clone https://github.com/jstumbaugh/dotfiles ~/.dotfiles
~/.dotfiles/bootstrap
Optional applications which enhance bash, vim, etc.
- autojump
- coreutils (dircolors)
- exuberant-ctags
- silversearcher-ag
sudo apt-get install silversearcher-ag exuberant-ctags coreutils autojump
sudo apt-get install shellcheck git-extras
Inconsolata-g is my first choice in programming fonts.
fc-cache -fv # update font caches
- awesome_print
- brice
- hirb
- looksee
- hookup
gem install awesome_print brice hirb looksee hookup
- Effortless Ctags with Git: Setup and configure Ctags to be run with
git commands like
git checkout
.