MAC開發環境架設 Home-brew + iTerm2 + zsh + oh my zsh + tmux + myTmux
記錄一下mac的開發環境設置
1. 到App Store 下載安裝 xcode
2. 打開終端機輸入:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安裝完以後 在終端機輸入 "brew --version" 確認有安裝3. 到 https://www.iterm2.com/downloads.html 下載點擊安裝
安裝時注意一下,出現 ”Press RETURN to continue or any other key to abort“ 記得按 return 鍵,然後輸入密碼
使用方法:
搜尋 " brew search wget "
安裝 " brew install wget "
卸載 " brew remove wget "
可以到 https://iterm2colorschemes.com 下載iterm介面配色
下載zip後打開item
session --> edit session --> color --> color preset --> import --> 到剛剛的 schemes 資料夾下,選一個喜歡的就是了
4. 終端機 下指令安裝 oh-my-zsh:
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
主題(排版不含顏色)更換,記下名字: https://zshthem.es/all/
item 輸入 open ~/.zshrc
找到 ZSH_THEME="然後引號內輸入你要的排版名字"
可以依需求安裝highlight:
終端機輸入
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
打開.zshrc:
open ~/.zshrc
最後加上:
source 資料夾位置/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh plugins=(zsh-syntax-highlighting)
配色可能會跑掉
再次到 session --> edit session --> color 選擇顏色
然後 command+I 把 default 改成現在樣式 ( copy current setting )
================ 通常以上就可以,還需分割等更多功能再裝tmux
1. 到終端機輸入指令安裝 tmux
brew install tmux
2. https://github.com/gpakosz/.tmux 照著Installation上做的就是
0 意見 :
張貼留言