2018-04-23 21:16:31 +02:00
|
|
|
export META_DIR="${HOME}/urbint/meta"
|
2018-04-25 19:35:55 +02:00
|
|
|
export DOTFILES="${HOME}/dotfiles"
|
2018-04-23 21:16:31 +02:00
|
|
|
export ZSH="${HOME}/.oh-my-zsh"
|
2018-05-29 22:26:04 +02:00
|
|
|
export PATH="${PATH}:${HOME}/.local/bin"
|
2018-09-04 21:00:18 +02:00
|
|
|
export NIX_PKGS="${HOME}/programming/nixpkgs/pkgs"
|
2017-06-26 16:58:43 +02:00
|
|
|
|
2018-07-19 01:53:53 +02:00
|
|
|
# Put this here temporarily until we have a better place for it.
|
|
|
|
export FPP_EDITOR='emacsclient -n'
|
|
|
|
|
2018-04-23 21:16:31 +02:00
|
|
|
ZSH_THEME=refined
|
|
|
|
plugins=(zsh-autosuggestions git git-extras github)
|
2017-06-26 16:58:43 +02:00
|
|
|
|
2018-04-23 21:16:31 +02:00
|
|
|
source "${ZSH}/oh-my-zsh.sh"
|
|
|
|
source "${META_DIR}/urbint_101/scripts/setup"
|