Skip to content

Instantly share code, notes, and snippets.

@tbswang
Last active October 11, 2021 03:48
Show Gist options
  • Save tbswang/23f4eda461bb36ad0a60285b63833a3c to your computer and use it in GitHub Desktop.
Save tbswang/23f4eda461bb36ad0a60285b63833a3c to your computer and use it in GitHub Desktop.
mac app install check list
# clashx
glados.rock
# ===================== shell ==========================
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# [oh my zsh ](https://ohmyz.sh/#install)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# autojump
brew install autojump
# autosuggestions
brew install zsh-autosuggestions
# curl
brew install curl
# iterm2
# brew install iterm2
# hyper 跟上面二选一
brew install --cask hyper
# ===================== shell ==========================
# xcode
# git
# clean my mac
# git client
brew install --cask sourcetree
# iina
brew install iina
# 截图 / snipaste
brew install snipaste
# wechat
brew install wechat
# qq
brew install qq
#hide bar
brew install --cask hiddenbar
# context
# dash
# marginnote
# 窗口管理
brew install --cask rectangle
# ===================== node ==========================
# nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
# node
nvm install 14
# nrm
npm i -g nrm
# yarn
npm i -g yarn
# pnpm
npm i -g pnpm
# ===================== node ==========================
# git open
npm install -g gitopen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment