iTerm2 & oh-my-zsh

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 (https://iterm2.com/)
  • 打开iTerm2安装zsh brew install zsh
  • 安装oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)

你可能感兴趣的:(iTerm2 & oh-my-zsh)