Skip to content

Latest commit

 

History

History
61 lines (60 loc) · 1.33 KB

File metadata and controls

61 lines (60 loc) · 1.33 KB

1. 安装 HomeBrew 并用它安装 App 和 Cli 工具。App 可以在 homebrew-cask — Homebrew Formulae 里找有没有,Cli 工具可以在 homebrew-core — Homebrew Formulae 找有没有。

有代理的可以先开代理,不然会很慢

export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. 安装 APP 和 Cli 工具

用 HomeBrew 安装 App,以下是我可以用 HomeBrew 安装的 App 列表(以字母排序,方便查找)

brew install --cask \
  1password \
  alfred \
  anki \
  apifox \
  coteditor \
  datagrip \
  docker \
  espanso \
  figma \
  gas-mask \
  goland \
  google-chrome \
  iterm2 \
  karabiner-elements \
  keepingyouawake \
  microsoft-remote-desktop \
  mos \
  ngrok \
  obs \
  obsidian \
  qq \
  setapp \
  shottr \
  thor \
  usr-sse2-rdm \
  visual-studio-code \
  webstorm \
  wechat \
  zerotier-one \

用 HomeBrew 安装 Cli 工具,以下是我用的(以字母排序,方便查找)

brew install \
  autojump \
  bat \
  diff-so-fancy \
  fzf \
  git \
  hub \
  lazygit \
  nvm \
  pnpm \
  the_silver_searcher \
  tldr \
  tree \
  ugit \
  wget