Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.08 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.08 KB

Jason's Dot Files

Configuration of my system the way I like it.

Installation

git clone https://github.com/jstumbaugh/dotfiles ~/.dotfiles
~/.dotfiles/bootstrap

External Apps

Optional applications which enhance bash, vim, etc.

  • autojump
  • coreutils (dircolors)
  • exuberant-ctags
  • silversearcher-ag
sudo apt-get install silversearcher-ag exuberant-ctags coreutils autojump

Development Tools

sudo apt-get install shellcheck git-extras

Fonts

Inconsolata-g is my first choice in programming fonts.

fc-cache -fv  # update font caches

Gems

  • awesome_print
  • brice
  • hirb
  • looksee
  • hookup
gem install awesome_print brice hirb looksee hookup

Sources