about summary refs log tree commit diff
path: root/configs/shared/.zshrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-07-18T23·53-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commita86c2ddece8fde8a42f1e6031b189d1865b9b211 (patch)
tree77c56fd69f574b697e831fd8c062e7672e342cf2 /configs/shared/.zshrc
parente8ca641075b0acfab44fd424f08ab6fa6f630495 (diff)
Prefer stow over hand-rolled solution
After discovering GNU stow on Nix IRC, refactored install and setup
scripts to consume it.

Code is vastly simplified as a result.
Diffstat (limited to 'configs/shared/.zshrc')
-rw-r--r--configs/shared/.zshrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc
deleted file mode 100644
index f18ef365edbf..000000000000
--- a/configs/shared/.zshrc
+++ /dev/null
@@ -1,10 +0,0 @@
-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"