_________________________________________________
/ _ _ _ \
| _ __ (_) ___ ___ ___ ___| |_ _ _ _ __ | | |
| | '_ \| |/ __/ _ \ / __|/ _ \ __| | | | '_ \| | |
| | | | | | (_| __/ \__ \ __/ |_| |_| | |_) |_| |
| |_| |_|_|\___\___| |___/\___|\__|\__,_| .__/(_) |
\ |_| /
-------------------------------------------------
\ __________
\ / ___ ___ \
/ / @ \/ @ \ \
\ \___/\___/ /\
\____\/____/||
/ /\\\\\//
| |\\\\\\
\ \\\\\\
\______/\\\\
_||_||_
-- --
- Spacemacs, which is emacs with evil-mode and a substantial UX overhaul.
- Fish, the friendly interactive shell. You can try out my fish config
- Mosh, (which replaces some uses of SSH), makes it so
I don't have to hit ↑⏎ in all my terminal windows quite as often
- Clojure is a pretty neat modern lisp with some good syntax sugar
- jq for slicing and pretty-printing json
- ag for searching through code (it's like grep or ack, but much faster)
- direnv for setting up project environments
- n for managing node versions, which I prefer over nvm because the UX is nicer and it doesn't clobber my environment
- Xmonad for tiling windows, which I use because it sucks less than dwm. Here's my config
- vimperator lets me use websites without a mouse, which is both faster and better for keeping my RSI issues in check