- 官網下載 - https://www.iterm2.com/
- 備用載點 - iTerm2-3_2_0.zip
- 解壓縮,把它移到應用程式資料夾,並開啟
- 終端機執行指令
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- 顯示版本,終端機執行指令
brew --version
- 檢查,終端機執行指令
brew doctor
- 更新,終端機執行指令
brew update
- 重開 iTerm
- 終端機執行指令
brew install zsh
- 終端機執行指令
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- 重開 iTerm
- 終端機執行指令
ssh-keygen -t rsa -C "your_email@example.com"
,your_email@example.com 請改成你的 mail,過程中會要求輸入相關東西,可以直接 Enter 使用預設值跳過 - 複製公鑰,終端機執行指令
pbcopy < ~/.ssh/id_rsa.pub
快捷鍵 command + ,
開啟設定
-
Profiles
,先選擇左邊的Default
再進行以下設定-
General
>Working Directory
>Directory
,輸入位置開啟時的位置/Users/oa/www
-
Text
Font
>Change Font
> 點選All Fonts
> 點選Hank
>標準體
>18
- 勾選
Use a different font for non-ASCII text
- 修改
Non-ASCII Font
>Change Font
> 點選All Fonts
> 點選Hank
>標準體
>18
-
Window
>Settings for New Windows
,Columns 調整為120
,Rows 調整為38
-
調整快捷鍵
-
-
Keys
- 游標移至最前,此組設定已經存在,快捷鍵為
command + ←
,Action 選Send Hex Code
,輸入0x01
- 游標移至最後,此組設定已經存在,只要修改 Action,快捷鍵為
command + →
,Action 選Send Hex Code
,輸入0x05
- 切換左邊頁籤,點選
+
新增,快捷鍵為command + option + ←
,Action 選Next Tab
- 切換右邊頁籤,點選
+
新增,快捷鍵為command + option + →
,Action 選Previous Tab
- 切換左方分頁,點選
+
新增,快捷鍵為command + control + ←
,Action 選Select Split Page on Left
- 切換右方分頁,點選
+
新增,快捷鍵為command + control + →
,Action 選Select Split Page on Right
- 切換上方分頁,點選
+
新增,快捷鍵為command + control + ↑
,Action 選Select Split Page on Above
- 切換下方分頁,點選
+
新增,快捷鍵為command + control + ↑
,Action 選Select Split Page on Below
- 游標移至最前,此組設定已經存在,快捷鍵為