Oh My Zsh

作者: 盼儿哥 | 来源:发表于2020-02-27 14:10 被阅读0次

安装Oh my zsh

官网:https://ohmyz.sh/

# curl 安装方式
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# wget 安装方式

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

相关文章

网友评论

      本文标题:Oh My Zsh

      本文链接:https://www.haomeiwen.com/subject/vqithhtx.html