
內建工具
Xcode
- 到 App Store 下載
- 記得要打開 Xcode,並且同意服務條款
調整滑鼠速度
- 查看滑鼠速度
defaults read -g com.apple.mouse.scaling
- 設定滑鼠速度
defaults write -g com.apple.mouse.scaling 7
套件 & 指令
zsh
- 官網網站
- 安裝指令
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- 修改佈景主題
vim ~/.zshrc
- 修改 ZSH_THEME=“cloud”
- 相關主題參考
Homebrew
- 官網網站
- 安裝指令
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- 配置 .zshrc 檔案
- echo ‘eval “$(/opt/homebrew/bin/brew shellenv)”’ >> /Users/tinghsuan/.zprofile
- eval “$(/opt/homebrew/bin/brew shellenv)”
- 更新指令
brew update && brew upgrade
nvm
- 官方網站
- 安裝指令
brew install nvm
- 列出所有版本
nvm ls-remote
- 安裝最新的 TLS 版本
nvm install v16.16.0
- 新增指令到 ~/.zshrc 檔案
1
2
3export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
Git
- 安裝指令
brew update && brew install git
- 設定全域 username 和 email
git config --global user.name "TingSyuanWang"
git config --global user.email "vincent@fishboneapps.com"
Hexo (部落格套件)
npm install -g hexo-cli
Golang
brew install go
doctl (DigitalOcean Command Line)
brew install doctl
k9s (Visualized Kubernetes)
brew install derailed/k9s/k9s
helm
brew install helm
skaffold
brew install skaffold
生產力工具
Google Chrome
brew install --cask google-chrome
Dropbox
Stats - MacOs MenuBar
- 官方網站
brew install --cask stats
PhpStorm
brew install --cask phpstorm
WebStorm
brew install --cask webstorm
IntelliJ IDEA Ultimate
brew install --cask intellij-idea
Goland
brew install --cask goland
DataGrip
brew install --cask datagrip
Zoom
brew install --cask zoom
Visual Studio Code
brew install --cask visual-studio-code
- 常用套件設定:
- Material Icon Theme
- 打開自動存檔 File => Auto Save
- 字體放大 Code => Preferences => Setting => “editor.fontSize”: 16
- 修改佈景主題 Command+Shift+P => theme => Solarized Light
Telegram
brew install --cask telegram
Postman
brew install --cask postman
滴答清單
brew install --cask ticktick
Docker
- 官方網站下載
- Settings -> Kubernetes -> Enable Kubernetes
Notion
brew install --cask notion
Appcleaner
brew install --cask appcleaner
Alfred
brew install --cask alfred
Spotify
brew install --cask spotify
Microsoft Remote Desktop
brew install --cask microsoft-remote-desktop
Obsidian
brew install --cask obsidian