blob: f18ef365edbfa046d509b699006aad7907c32943 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
export META_DIR="${HOME}/urbint/meta"
export DOTFILES="${HOME}/dotfiles"
export ZSH="${HOME}/.oh-my-zsh"
export PATH="${PATH}:${HOME}/.local/bin"
ZSH_THEME=refined
plugins=(zsh-autosuggestions git git-extras github)
source "${ZSH}/oh-my-zsh.sh"
source "${META_DIR}/urbint_101/scripts/setup"
|