diff options
Diffstat (limited to 'other/zsh')
-rwxr-xr-x | other/zsh/setup.sh | 12 |
1 files changed, 0 insertions, 12 deletions
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 |