新mac入手装的一些好用的提高效率的软件

发布于:20250205

brew(必须的必)

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

wget curl git

bash 复制代码
brew install wget curl git

终端

iterm2

bash 复制代码
brew install --cask iterm2

oh my zsh

bash 复制代码
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

### 可选插件 zsh
brew install zsh-syntax-highlighting zsh-autosuggestions

编辑器 ide

vscode

bash 复制代码
brew install --cask visual-studio-code

brew install --cask jetbrains-toolbox
然后在 toolbox中安装,激活搜索 nav.020417.xyz 中搜激活

开发环境

node

bash 复制代码
nvm环境管理
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
安装 lts 版本  nvm install --lts

python

bash 复制代码
brew install python3
# 虚拟环境
python3 -m pip install --user virtualenv
# uv 管理环境
brew install uv

ruby

bash 复制代码
brew install ruby

java/jdk

bash 复制代码
brew install openjdk@17
sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk

go

bash 复制代码
brew install go

docker

bash 复制代码
brew install --cask docker
# 也可以安装软件 orbstack

数据库工具

bash 复制代码
# gui 数据库客户端
brew install --cask tableplus
brew install --cask dbeaver-community

api/网络

postman/paw

bash 复制代码
brew install --cask postman
brew install --cask paw

Insomnia

bash 复制代码
brew install --cask insomnia

效率工具

Raycast

bash 复制代码
# 替代 Spotlight,启动器 + 剪贴板 + 窗口管理
brew install --cask raycast

Rectangle(窗口分屏)

bash 复制代码
brew install --cask rectangle

The Unarchiver(解压)

bash 复制代码
brew install --cask the-unarchiver

浏览器

bash 复制代码
brew install --cask google-chrome
brew install --cask firefox

设计/抓包/文档

figma

bash 复制代码
brew install --cask figma

wireshark/charles

bash 复制代码
brew install --cask wireshark
brew install --cask charles paw

Notion / Obsidian/kaleidoscope

bash 复制代码
brew install --cask kaleidoscope 
brew install --cask notion
brew install --cask obsidian

其他补充

bash 复制代码
# 效率工具
brew install --cask alfred cleanshot magnet raycast

# 文件与传输
brew install --cask path-finder localsend keka daisydisk

# 多媒体
brew install --cask iina losslesscut downie

# PDF与办公
brew install --cask pdf-expert liquidtext
相关推荐
一块小土坷垃10 小时前
# AutoCAD 2027 专业级CAD设计绘图软件核心解析与使用评价
macos·开源软件
Rudon滨海渔村20 小时前
MacBookPro更换硬盘-重新安装macOS+Win10LTSC双系统-官方免费工具
macos
一块小土坷垃21 小时前
# ArchiCAD 29.0.2(畅享版):专为建筑师打造的BIM高效建模工具
前端·数据库·macos·开源软件
代码讲故事21 小时前
mac电脑上docker突然无法运行,不停的出现弹框,“com.docker.vmnetd”将对你的电脑造成伤害。附国内不同芯片高速下载地址,下载直接运行。
macos·docker·容器·arm·mac·intel·下载
一块小土坷垃1 天前
## CleanMyMac – macOS 强大的系统清理与优化工具
macos·开源软件
秋雨梧桐叶落莳2 天前
iOS——ZARA仿写项目
学习·macos·ios·objective-c·cocoa
2501_916007472 天前
Xcode支持的编程语言、主要功能及使用指南
ide·vscode·macos·ios·个人开发·xcode·敏捷流程
分***82 天前
MacOS苹果电脑下怎么打开md格式文件?超好用的macOS原生Markdown编辑器MiaoYan分享
macos·编辑器·macdown编辑器
qq_457210712 天前
Mac 上 Claude Code 完整安装使用指南(跳过登录注册)
macos
AI砖家2 天前
DeepSeek TUI 保姆级安装配置全指南 -Windows||macOS双平台全覆盖
服务器·前端·人工智能·windows·macos·ai编程·策略模式