Create symlinks by running the setup script
./setup.sh
To use "color cat" (cat with syntaxt highlighting), run the following and then start a new terminal:
sudo easy_install -U Pygments
Install fzf
https://github.com/junegunn/fzf
Install autojump
https://github.com/wting/autojump
Install ag
https://github.com/ggreer/the_silver_searcher
# on mac with homebrew
brew install the_silver_searcher fzf autojump
Find the autojump data file by running:
autojump -s
You may need to update the fzf aliases in .bash_aliases
with
this path depending on the OS.