commit 506af47885c2855f356abd270a552c105884963d parent 34a99de33f750a71eb1e3e54a1a6d71f2230f89d Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 30 May 2018 14:43:26 -0400 Install zplug, not zgen Diffstat:
M | init/50_zsh.sh | | | 14 | +++++--------- |
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/init/50_zsh.sh b/init/50_zsh.sh @@ -1,12 +1,8 @@ #!/usr/bin/env bash # zsh plugin manager -# (mkdir -p ~/code && cd ~/code && -# if [ ! -d zplug ]; then -# git clone https://github.com/zplug/zplug -# fi -# ) - -if [ ! -d ~/.zgen ]; then - git clone https://github.com/tarjoilija/zgen ~/.zgen -fi +(mkdir -p ~/code && cd ~/code && + if [ ! -d zplug ]; then + git clone https://github.com/zplug/zplug + fi + )