由于前几天我的 MacBook Pro 由于更新了 macOS Sequoia 15 Developer Beta,触发了 bootloop,且我没有备份,故在此记录自己使用的软件供之后使用。可能会持续更新。
命令行工具
- Homebrew: http://brew.sh
- fzf: https://github.com/junegunn/fzf
- bat: https://github.com/sharkdp/bat (replacement of cat)
- z: https://github.com/rupa/z (replacement of cd)
- tldr: https://github.com/tldr-pages/tldr (replacement of man)
- thefuck: https://github.com/nvbn/thefuck
- zsh(default): https://www.zsh.org
- oh-my-zsh: https://ohmyz.sh
- Neovim:
brew install nvim
Lazyvim: http://lazyvim.org
终端
- Ghostty: https://ghostty.org
- Ghostty Config: https://ghostty.zerebos.com
SSH 客户端
- Termius: in App Store
- GoodTerm: in App Store
工具
- Raycast: http://raycast.com (replacement of Spotlight)
- CleanShot X: http://cleanshot.com/
- Mos: https://github.com/Caldis/Mos
- SteerMouse: https://plentycom.jp/en/steermouse/
- qBittorrent-Enhanced-Edition: https://github.com/c0re100/qBittorrent-Enhanced-Edition
- Clash Verge: https://github.com/clash-verge-rev/clash-verge-rev
- Adobe Downloader: https://github.com/X1a0He/Adobe-Downloader
- Adobe Photoshop: download in Adobe Downloader
- RustDesk:
brew install --cask rustdesk
Safari Extensions
- Bewly Bewly: in App Store
即时通讯
- QQ: in App Store
- Telegram: in App Store
- DingTalk: in App Store
开发
- Xcode: in App Store
- Visual Studio Code:
brew install --cask visual-studio-code
- rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Swift:
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \ installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \ ~/.swiftly/bin/swiftly init --quiet-shell-followup && \ . ~/.swiftly/env.sh && \ hash -r
- nvm:
brew install nvm
- Node.js:
nvm install stable
- pnpm:
brew install pnpm
- OrbStack: https://orbstack.dev (replacement of Docker Desktop)
- Bun:
curl -fsSL https://bun.sh/install | bash
(replacement of Node.js / pnpm)
游戏
- Steam:
brew install --cask steam
- Prism Launcher:
brew install --cask --no-quarantine prismlauncher
- Sakura Launcher: https://www.natfrp.com/tunnel/download
美化
- TopNotch: https://topnotch.app (optional)
有用!收藏一下