From 96361db56c026b405179c98b1dbd58c8a3f2131d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Apr 2018 23:46:44 -0400 Subject: [other] remove some of the out of date stuff TODO: Makefile rules for setting up my zim-based zsh setup, along with the zsh plugins I use --- other/zsh/setup.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 other/zsh/setup.sh (limited to 'other/zsh') diff --git a/other/zsh/setup.sh b/other/zsh/setup.sh deleted file mode 100755 index 2586ed9..0000000 --- a/other/zsh/setup.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/zsh - -# clone my prezto fork -git clone --recursive https://github.com/aminb/prezto.git $HOME/.zprezto -cd $HOME/.zprezto -git remote set-url origin git@github.com:aminb/prezto.git - -# setup the symlinks -setopt EXTENDED_GLOB -for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do - ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" -done -- cgit v1.2.3-60-g2f50