3135e5faf2
- Support emacs installation - Export DOTFILES env var to simplify setup. - Change filenames for consistency
9 lines
252 B
Bash
9 lines
252 B
Bash
export META_DIR="${HOME}/urbint/meta"
|
|
export DOTFILES="${HOME}/dotfiles"
|
|
export ZSH="${HOME}/.oh-my-zsh"
|
|
|
|
ZSH_THEME=refined
|
|
plugins=(zsh-autosuggestions git git-extras github)
|
|
|
|
source "${ZSH}/oh-my-zsh.sh"
|
|
source "${META_DIR}/urbint_101/scripts/setup"
|