macos
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| macos [2021/07/09 12:17] – admin | macos [2021/07/26 09:13] (当前版本) – admin | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| < | < | ||
| + | |||
| # macOS | # macOS | ||
| ## 系统设置 | ## 系统设置 | ||
| + | |||
| + | **安全性与隐私 - 允许任何来源** | ||
| ```bash | ```bash | ||
| - | # 允许任何来源 | ||
| sudo spctl --master-disable | sudo spctl --master-disable | ||
| - | # 显示隐藏文件 | + | ``` |
| + | |||
| + | **Finder - 显示隐藏文件** | ||
| + | |||
| + | ```bash | ||
| defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder | defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder | ||
| - | # 隐藏隐藏文件 | + | ``` |
| + | |||
| + | **Finder - 隐藏隐藏文件** | ||
| + | |||
| + | ```bash | ||
| defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder | defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder | ||
| ``` | ``` | ||
| ## 系统工具 | ## 系统工具 | ||
| - | * [Flip](https://fliqlo.com/) | + | |
| - | | + | ### Homebrew |
| - | * [Homebrew](https://brew.sh/) | + | |
| + | * [Homebrew](https://brew.sh/) | ||
| + | |||
| + | 安装 | ||
| + | |||
| + | ```bash | ||
| + | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/ | ||
| + | ``` | ||
| + | |||
| + | ### Oh My Zsh | ||
| * [Oh My Zsh](https:// | * [Oh My Zsh](https:// | ||
| - | * [Snipaste](https:// | ||
| - | ## 开发工具 | + | **安装** |
| - | * [SwitchHosts](https:// | + | |
| + | ```bash | ||
| + | sh -c " | ||
| + | ``` | ||
| + | |||
| + | ### Switchhosts - hosts 文件管理工具 | ||
| + | |||
| + | * [oldj/SwitchHosts](https:// | ||
| hosts 文件管理 | hosts 文件管理 | ||
| - | * [Another Redis Desktop Manager](https:// | + | |
| - | | + | ### 程序卸载工具 |
| - | * [Sequel Ace](https:// | + | ### AppCleaner |
| - | MySQL 客户端 | + | * [AppCleaner|官网](http:// |
| + | |||
| + | ## 常用软件 | ||
| + | ### 视频播放器 | ||
| + | #### IINA | ||
| + | * [IINA|Github](https:// | ||
| + | * [IINA|官网](https:// | ||
| + | |||
| + | ### 🖥 屏幕保护程序 | ||
| + | #### Flip | ||
| + | * [Flip|官网](https:// | ||
| + | |||
| + | ### ✂️ 屏幕截图软件 | ||
| + | #### Snipaste | ||
| + | * [Snipaste|官网](https:// | ||
| + | |||
| + | ### 🗜️ 压缩软件 | ||
| + | #### Keka 压缩文件管理器 | ||
| + | * [Keka](https:// | ||
| + | |||
| + | ## 开发工具 | ||
| + | |||
| + | ### Redis | ||
| + | #### Redis.app - Redis 环境搭建 | ||
| + | * [Redis.app | 官网](https:// | ||
| + | * [Redis.app | GitHub](https:// | ||
| + | |||
| + | #### Another Redis Desktop Manager | ||
| + | |||
| + | * [qishibo/ | ||
| + | |||
| + | **安装** | ||
| + | |||
| + | ```bash | ||
| + | brew install --cask another-redis-desktop-manager | ||
| + | ``` | ||
| + | |||
| + | ### PostgreSQL | ||
| + | #### Postgres.app - PostgreSQL 环境搭建 | ||
| + | * https:// | ||
| + | |||
| + | ### MySQL | ||
| + | #### Sequel Ace - MySQL 客户端 | ||
| + | |||
| + | * [equel-Ace/Sequel-Ace](https:// | ||
| + | |||
| + | **安装** | ||
| + | |||
| + | ```bash | ||
| + | brew install --cask sequel-ace | ||
| + | ``` | ||
| + | |||
| + | |||
| </ | </ | ||
| ---- | ---- | ||
| + | |||
| {{tag> | {{tag> | ||
| + | |||
| + | |||
macos.1625804242.txt.gz · 最后更改: 2021/07/09 12:17 由 admin
