Setup

macOS

Bash

Place the following in ~/.bash_profile.

alias ls="ls -G"

export EDITOR="emacs"

Download and install iTerm2. Change the color scheme (Preferences->Profiles->Colors) to Argonaut. Install Powerline and adjust iTerm2's font.

Emacs

  1. Download and install Emacs from http://emacsformacosx.com/.
  2. Use my configuration.

Lisp

  1. Ensure homebrew is installed.
  2. Run brew install sbcl.
  3. Install Quicklisp.