就是oh my zsh. 以下是友人推荐的友链http://macshuo.com/?p=676安装之后你就能拥有彩色的命令行界面了.>>><<<有了命令行之后就是安装node下载你需要的node版本https://nodejs.org/en/download/node6以上的话是可以直接识别es6语法的.但是如果是项目需要的话,可以根据实际情况使用版本更低的node版本.同样可...
mkdir ~/.oh-my-zsh/custom/plugins/javaVersions Copy javaVersions.plugin.zsh file cp ./javaVersions.plugin.zsh ~/.oh-my-zsh/custom/plugins/javaVersions Enable the plugin by adding it to your plugins definition in ~/.zshrc.plugins=(... javaVersions) ...
I know it's possible because I saw@Kenneth Loveonce with a different prompt (I mean acompletelydiffferent prompt that was obviously was customized by Kenneth). How do you change the prompt? Here's the video where Kenneth used a different prompt (a heart prompt lol):Harnessing the Power of...
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 最后执行chsh -s /bin/zsh >>> 第4步 <<< 有了命令行之后就是安装node 下载你需要的node版本https://nodejs.org/en/download/node6以上的话是可以直接识别es6语法的....