A small collection of my configuration files and Emacs/Vim plugins
Tango terminal colors are recommended with a dark background. Unicode is used, so hopefully your terminal supports it.
See the images directory for an example of what some of the stuff looks like.
A random prompt pet is chosen, export PROMPT_PETS=("a" "b" "c" ...)
to
specify a list, or set PROMPT_PET explicitly to use that pet.
- Move .emacs.d to ~/.emacs.d
- Rename ~/.emacs.d/hinmanm to ~/.emacs.d/
- find .emacs.d/elpa -name "*.el" | awk '{print "(byte-compile-file "" $1 "")";}' >> ~/runme.el
- find .emacs.d/ -name "*.el" | awk '{print "(byte-compile-file "" $1 "")";}' >> ~/runme.el
- emacs -batch -l ~/runme.el -kill
- ???
- Profit!