美文网首页
iTerm2 & oh-my-zsh

iTerm2 & oh-my-zsh

作者: Yan_Unicorn | 来源:发表于2018-10-18 05:02 被阅读0次

    iTerm2和oh-my-zsh是我一直使用的苹果terminal替换品。

    Why iTerm2 (https://github.com/gnachman/iTerm2)

    使用的起因是因为terminal不能显示git的branch信息。同时terminal关键字没有颜色,让编程过程变得很麻烦。
    iTerm2相比default terminal增加了很多新的features:https://www.iterm2.com/features.html。其中我最常用的是split panes, search, mouseless copy...

    Why oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)

    首先要知道什么是zsh (http://www.zsh.org/),zsh是z shell的简写,它是Unix shell。关于它和苹果default shell bash有什么区别,和优点在哪里,有人认为bash是最好的shell,有人认为zsh有更好的features。在此不做讨论。
    oh-my-zsh是一个开源的轻量framework,有很多themes和plugin,使用非常方便,配色美观。

    安装

    相关文章

      网友评论

          本文标题:iTerm2 & oh-my-zsh

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