Mac 平台
Homebrew
Mac 上安装命令行程序最好的工具
安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
1
切换镜像
# 切换 brew.git
cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
# 切换 homebrew-core.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
# 刷新
brew update
# 切换 homebrew-bottles
# 查看当前 shell
echo $SHELL
# Bash 版本
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile
# Zsh 版本
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
切换镜像详细可查看阿里云 Homebrew 镜像open in new window
Githubopen in new window软件官网open in new window
iTerm2
Mac 上最好用的终端
- 支持子窗口
- 自动补全
- 查看粘贴历史
- 自定义配置项
# 查看所有的 shell
cat /etc/shells
# 查看当前窗口使用的 shell
echo $SHELL
# 查看系统用户默认的 shell
cat /etc/passwd | grep sh
# 切换系统默认 shell
chsh -s /bin/zsh
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Githubopen in new window软件官网open in new window
效率神器 Alfred
- 定位文件、打开文件
- 打开网址、书签、App
- 自定义搜索
- 查看剪贴板历史
- 计算器、查词典、运行
shell命令
Mac 微信的功能拓展
- 消息防撤回
- 免认证登录与多开
- 退群监控
- 屏蔽更新
安装
# 安装小助手
curl -o- -L https://raw.githubusercontent.com/lmk123/oh-my-wechat/master/install.sh | bash -s
# OR 国内用户推荐
curl -o- -L https://omw.limingkai.cn/install.sh | bash -s
# 更新小助手
omw
# 微信在自动更新后会删除小助手,可运行以下命令恢复
omw -n
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
IINA
视频播放器
- 界面简洁、美观,契合 macOS 设计风格
- 功能强大,设置以播放体验为中心
- 支持鼠标和触控板手势
- 在线字幕、缩略图预览、画中画等
Githubopen in new window软件官网open in new window
eZip
专为 macOS 而设计的压缩软件
- 界面简洁、美观,完美兼容 Mojave
- 支持超过 20 种压缩格式
- 批量文件加密
腾讯柠檬清理
- 界面简洁清新
- 支持垃圾清理、文件查重、软件卸载
- 支持微信、QQ、XCode、Sketch 深度扫描清理
截图神器 IShot
- 区域截图、窗口截图、多窗口截图、延时截图、长截图、滚动截图
- 快速标注(矩形、圆形、横线、箭头、画笔、马赛克、文字标记、序号标签、局部高亮)
- 支持截图导圆角、阴影调节
- 贴图、取色
软件官网open in new windowApp Storeopen in new window
超级右键 iRightMouse
- 多种格式的右键新建文件
- 快速移动文件
- 常用目录设置
- 快速打开终端、vscode 等
软件官网open in new windowApp Storeopen in new window
翻译软件 Bob
- 支持划词、截图、输入翻译
- 支持翻译多开
- 自动识别语种
- 可自定义插件
