macos
目录
macOS
系统设置
安全性与隐私 - 允许任何来源
sudo spctl --master-disable
Finder - 显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder
Finder - 隐藏隐藏文件
defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder
系统工具
Homebrew
安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Oh My Zsh
安装
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Switchhosts - hosts 文件管理工具
- oldj/SwitchHosts hosts 文件管理
程序卸载工具
AppCleaner
常用软件
视频播放器
IINA
🖥 屏幕保护程序
Flip
✂️ 屏幕截图软件
Snipaste
🗜️ 压缩软件
Keka 压缩文件管理器
开发工具
Redis
Redis.app - Redis 环境搭建
Another Redis Desktop Manager - Redis 客户端
安装
brew install --cask another-redis-desktop-manager
PostgreSQL
Postgres.app - PostgreSQL 环境搭建
- https://postgresapp.com/
MySQL
Sequel Ace - MySQL 客户端
安装
brew install --cask sequel-ace
macos.txt · 最后更改: 2021/07/26 09:13 由 admin