- Run
ln -s ~/env/zsh/zshrc ~/.zshrcandln -s ~/env/zsh/ ~/.zsh/. - Run
set_up_custom_historyto create$CUSTOM_HISTDIRand$CUSTOM_HISTFILE.
- Run
tic -x -o ~/.terminfo terminfo-24bit.srcto set up 24-bit true color.
- Run
ln -s ~/env/emacs ~/.emacs.d. - Start with
TERM=xterm-24bit emacsto get 24-bit true color. - Run
(byte-recompile-directory "~/env/emacs/elpa" 0 t)to compile.elfiles into.elcfiles.