/config

My configurations for mac, iTerm2, vim, etc.

Primary LanguageEmacs Lisp

Config

iTerm2 Customizations

  • Add zsh
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

  • Run
    brew install zsh-syntax-highlighting

  • Follow this guy's README to install zsh pure theme
    https://github.com/sindresorhus/pure

  • Set fonts and color scheme to things in iterm2 folder

Vim Customizations

  • Install vim colorschemes
    mkdir ~/.vim git clonehttps://github.com/flazz/vim-colorschemes.git ~/.vim

  • Then add colorscheme name to .vimrc
    colorscheme nameofcolorscheme