ubuntu 安装 zsh

座右铭:怎么简单怎么来,以实现功能为主。

欢迎大家关注公众号与我交流

sudo apt-get install zsh

wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh

vim install.sh # 改成下面这个安装 嘎嘎快
    ohmyzsh/ohmyzsh 改成 mirrors/ohmyzsh
    https://github.com/ 改成 https://gitee.com/

sh install.sh

vim ~/.zshrc
    setopt nonomatch # 通配符 '*' , 在最后面添加此配置

你可能感兴趣的:(Ubuntu,ubuntu)