CLI

Mac CLI 介面美化

安裝 oh my zsh

# 安裝指令
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

更換 theme (風格)

# 打開 zsh 配置文件
open ~/.zshrc

# 選擇 themes (風格),例如:agnoster.zsh-theme
ZSH_THEME="agnoster"

# 可選擇的 themes
open ~/.oh-my-zsh/themes

更換 color schemes (配色)

更換 font (字型)

索引