Skip to content

Instantly share code, notes, and snippets.

@garrettmac
Created July 2, 2017 02:10
Show Gist options
  • Save garrettmac/7a37dcbeebfcd6f069149701d25d8a6d to your computer and use it in GitHub Desktop.
Save garrettmac/7a37dcbeebfcd6f069149701d25d8a6d to your computer and use it in GitHub Desktop.
Nick Jacques

chsh -s $(which zsh)

@garrettmac
Copy link
Author

zshrc

export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="agnoster"
source "$ZSH/oh-my-zsh.sh"
BLACK='\E[30;47m'
RED='\E[31;47m'
GREEN='\E[32;47m'
YELLOW='\E[33;47m'
BLUE='\E[34;47m'
MAGENTA='\E[35;47m'
CYAN='\E[36;47m'
WHITE='\E[37;47m'
source "$HOME/.zsh_exports"
source "$HOME/.zsh_config"
plugins=(lol npm history fasd)
source "$HOME/.zsh_aliases"
source "$HOME/.zsh_functions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment