Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


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)"

Keka 压缩文件管理器

Snipaste

Switchhosts - hosts 文件管理工具

Flip

屏幕保护程序

常用软件

视频播放器

IINA

开发环境

Redis.app - Redis 环境搭建

  • https://jpadilla.github.io/redisapp/

  • https://github.com/jpadilla/redisapp

Postgres.app - PostgreSQL 环境搭建

  • https://postgresapp.com/

开发工具

Sequel Ace - MySQL 客户端

MySQL 客户端

安装

brew install --cask sequel-ace

Another Redis Desktop Manager - Redis 客户端

安装

brew install --cask another-redis-desktop-manager

macos.1627260900.txt.gz · 最后更改: 2021/07/26 08:55 由 admin