Last updated on

Mac 上常用的软件

备份一下,以便后续设备迁移后能找到对应列表,打勾为常用

原神

输入法

  • Rime 小狼毫
  • rime-frost 输入法方案
  • ✅ 自定义的部分配置,见 gist

云同步

文献管理

  • Zotero + OneDrive
  • Obsidian
    • Excalidraw
    • Asciimath
    • Advanced tables
    • Various Complements

代码编辑器

  • VSCode
    • 点击 Other platforms 下载 Apple Silicon Zip 版本,则不会下载完整的 Universal 版本,更瘦身,详情.
    • Continue/Cline 插件接入 Deepseek API,实现代码辅助编写
  • Zed
    • VSCode Icons Theme + Mariana Theme
  • Sublime Text 万能的文本编辑器
  • Intellij IDEA (Community)
  • 类 Vim (仅高级选手使用,不建议其他人折腾,而是直接用系统自带 Vim)

命令行工具

  • 让命令行具有更强的能力 (ohmyzsh 和 starship 选一个即可)

ohmyzsh

~/.zshrc
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="amuse"
plugins = (
git
z
zsh-autosuggestion
zsh-syntax-highlighting
)
source $ZSH/oh-my-zsh.sh

Starship

安装 Starship

Terminal window
brew install starship
~/.zshrc
eval "$(starship init zsh)"
~/.config/starship.toml
format = "$all$time$line_break$character"
[directory]
truncation_symbol = "#/"
[time]
disabled = false
# 其余的抄 https://starship.rs/zh-CN/presets/nerd-font

仅安装 zsh 相关插件

Terminal window
brew install z zsh-syntax-highlighting zsh-autosuggestion
~/.zshrc
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /opt/homebrew/etc/profile.d/z.sh

Starship 配置结束

  • 窗口软件
    • Warp (目前用这个,不支持接入第三方 AI)
      • 个人觉得可以搭配 z zsh-syntax-highlighting zsh-autosuggestion 这三个插件使用,且可以完全不装 starship/oh-my-zsh
    • iTerm2 (可接入各种 AI,需要安装 iTerm AI 插件)
      • 个人觉得最好搭配上面的 starship 或者 oh-my-zsh 使用
    • WezTerm
      • 如果喜欢折腾,可以考虑用这个软件,配置方法参考视频

开发环境

  • ✅ Python uv
    • 据说自从在 mac 上用过 uv 的都抛弃 conda 了,先试用一段时间
  • Java
  • Cargo (Rust)
  • Node.js
    • 官网
    • nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
    • fnm curl -fsSL https://fnm.vercel.app/install | bash
  • Postgresql brew install postgresql@15

浏览器

  • ✅ Edge (Chromium) 觉得更好用,所以就不用 Google Chrome 了
  • Google Chrome
  • Safari
    • Darker
    • JSONPeep
    • Ad Block One
  • Zen (FireFox) 不常用

效率

  • RayCast
    • Search Web Font
    • Search NPM
    • Wikipedia
    • ScreenOCR
    • iTranslate
    • Unsplash
    • Show IP Address
  • ✅ 卸载工具 Pearcleaner
  • ✅ 安卓存储访问 Axchange
  • ✅ 快速打开终端或编辑器 OpenInTerminal-Lite
  • ✅ 截图 Shottr
  • ✅ Hidden Bar (App Store)
  • ✅ 图片压缩、转 PDF 等 ImageMagick brew install imagemagick
  • 空间清理 Tencent Lemon (App Store)
  • 绘图
  • 压缩软件 MacZip
  • 性能监控 RunCat (App Store)

外设软件适配

下载工具

  • FDM
    • 不支持资源嗅探,但是我本人对资源嗅探并不那么刚需
    • 支持 BT,但在配置后达到更好的效果
    • FDM Elephant 插件可以解析并下载视频
  • NDM
    • 可进行资源嗅探
    • 不支持 BT
  • Python you-get
  • XDown
    • 支持 BT,做种等
    • 浏览器插件有时候会自动安装,在这种情况下就不用再按照官网那样去手动安装插件了

桌面呈现

影视

  • ✅ 视频播放器 IINA
  • ✅ 录屏 OBS Studio
  • ✅ 命令行视频处理工具 FFmpeg brew install ffmpeg
  • 视频剪辑
    • Davinci Resolve (App Store)
    • 剪映 (App Store)

办公

  • WPS 国际版(安装后界面会自动切换为中文)
  • Mac 自带三件套 Pages, Keynote, Numbers(这个用的人真的多吗?)
  • Microsoft 三件套(App Store)(主要是体积太大了)

远程连接

AI 工具

字体

#软件 #macOS