Skip to content

Instantly share code, notes, and snippets.

@tkutcher
Created March 28, 2022 18:52
Show Gist options
  • Save tkutcher/c720c1b0bfe869c39e71b5dfd85233dd to your computer and use it in GitHub Desktop.
Save tkutcher/c720c1b0bfe869c39e71b5dfd85233dd to your computer and use it in GitHub Desktop.
harbaugh.zshrc
# where the tkutcher repository is cloned ("installed") to
export TK_LIB_DIR="${HOME}/tk/lib/tkutcher"
# sourcing rc files relevant for this machine
source "${TK_LIB_DIR}/rc/aliases.sh"
source "${TK_LIB_DIR}/rc/env.sh"
source "${TK_LIB_DIR}/rc/funs.sh"
source "${TK_LIB_DIR}/rc/p10k.zsh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment