oh-my-zsh does not start on mac

前端 未结 5 1940
臣服心动
臣服心动 2021-02-15 13:14

I installed oh-my-zsh as suggested in http://ohmyz.sh/. FYI,

[~]$ zsh --version
zsh 5.0.8 (x86_64-apple-darwin15.0)
[~]$ echo $SHELL
/bin/zsh
[~]$ ls .oh-my-zsh/         


        
5条回答
  •  佛祖请我去吃肉
    2021-02-15 13:43

    Run the following in the terminal:

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    

提交回复
热议问题