1 Star 1 Fork 0

imirror / zsh-autosuggestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install_test_zsh.sh 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
set -ex
for v in $(grep "^[^#]" ZSH_VERSIONS); do
mkdir zsh-$v
cd zsh-$v
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v | tar xz --strip=1
./Util/preconfig
./configure --enable-pcre \
--enable-cap \
--enable-multibyte \
--with-term-lib='ncursesw tinfo' \
--with-tcsetpgrp \
--program-suffix="-$v"
make install.bin
make install.modules
make install.fns
cd ..
rm -rf zsh-$v
done
1
https://gitee.com/imirror/zsh-autosuggestions.git
git@gitee.com:imirror/zsh-autosuggestions.git
imirror
zsh-autosuggestions
zsh-autosuggestions
master

搜索帮助