0o 設定我的第三台 Macbook o0


兩年設定了三台 >"<

輔助設定

常見設定

我個人習慣

開發工具

  1. Homebrew
  2. htop
  3. iTerm2
  4. NVM
  5. Docker
  6. Github Desktop
  7. Jetbrains Toolbox App / VSCode

安裝 Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew help 看看有沒有安裝成功,如果沒有成功就要設定 brew 環境

設定 brew 環境變數

ref: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew

Add Homebrew to your PATH in /Users/$USER/.zprofile:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

Copy and paste the first line on the same terminal window, then hit enter
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile

Finally you should be able to use brew help and if that works, it means that brew was installed properly and running from ZSH.

安裝 htop

brew install htop

安裝 iTerm2

安裝 NVM

軟體

  • Browser
    • Chrome
    • Firefox
  • VPN

Ref








你可能感興趣的文章

如何打包 CRA 專案並建立不透過第三方服務即可供別人使用的專案

如何打包 CRA 專案並建立不透過第三方服務即可供別人使用的專案

N3_gulp 簡介及使用

N3_gulp 簡介及使用

從實際案例看 class 與 function component 的差異

從實際案例看 class 與 function component 的差異






留言討論