Skip to content

Instantly share code, notes, and snippets.

View lukewestby's full-sized avatar

Luke Westby lukewestby

View GitHub Profile
@lukewestby
lukewestby / .zshrc
Last active July 3, 2017 22:03 — forked from xfanwu/xxf.zsh-theme
oh-my-zsh theme
export ZSH=/Users/$(whoami)/.oh-my-zsh
ZSH_THEME="luke"
CASE_SENSITIVE="true"
HYPHEN_INSENSITIVE="true"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=(rails git ruby zeus bundler)