#!/usr/bin/env zsh if [[ -s $commands[emacs] ]] then if [[ -s $commands[cask] ]] then pushd ~/.emacs.d cask install popd fi emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi