Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 574 Bytes

dotfiles

A set of vim, zsh, git, and psql configuration files.

brew cask install iterm2

ZSH

brew install zsh zsh-completions zsh-autosuggestions zsh-syntax-highlighting

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

vi ~/.zshrc
	source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
	export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/usr/local/share/zsh-syntax-highlighting/highlighters
	source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

https://github.com/zsh-users