點燈坊

失くすものさえない今が強くなるチャンスよ

我的 iTerm2 基本設定

Sam Xiao's Avatar 2024-08-17

CLI 在今日開發越來越重要,尤其 Node 相關工具都是以 CLI 為基礎,而 iTerm2 正是 macOS 中最好用的 Terminal。

Version

iTerm2 3.5.4

iTerm2

$ brew install --cask iterm2

使用 Homebrew 安裝 iTerm2。

Oh My Zsh

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Oh My Zsh 為 Zsh 的管理工具,內建很多漂亮 theme 可用

Colors

iterm2004

  • Use different colors for light mode and dark modeOff
  • Foreground#c7c7c7
  • Background#2b2b2b

Text

iterm2001

  • FontMenlo Regular 19 (13.6)
  • FontMenlo Regular 18 (15.3)
  • FontMenlo Regular 19 / 22 (16)

Window

iterm2003

Setting for New Windows (Columns x Rows)

  • 13.392 x 26
  • 13.692 x 27
  • 15105 x 25
  • 15.3105 x 29
  • 16105 x 30 / 118 x 34

Locale

iterm05

  • EnvironmentDo not set locale environment variables

Selection

iterm06

  • Clicking on a command selects it to restric Find and FilterOff

Closing

iterm2002

  • Quit when all windows are closedOff
  • Confirm closing multiple sessionsOff
  • Confirm Quit iTerm2Off

Conclusion

  • iTerm2 、On My Zsh 能設定的東西很多,我大都只使用預設值而已