macOS 使用简介

本文列举了 macOS 配置,常用软件。

安装镜像制作

1
2
3
$ sudo 拖入安装包...app/Contents/Resources/createinstallmedia \
--volume 拖入U盘 --applicationpath 拖入安装包...app \
--nointeraction

安全与隐私

没有允许任何来源选项的解决办法

1
$ sudo spctl --master-disable

ssh 免密码登录实现

1
2
3
$ brew install ssh-copy-id
$ ssh-keygen
$ ssh root@192.168.1.101

mpv 播放器中文乱码(推荐使用 iina)

编辑 ~/.config/mpv/mpv.conf 文件。

1
2
3
4
5
# Subtitles

sub-auto=fuzzy
sub-text-font-size=48
sub-codepage=utf8:gb18030

iina

GitHub: https://github.com/lhc70000/iina

国内镜像:https://mirrors.tuna.tsinghua.edu.cn/iina/

常用软件

常用

搜狗输入法
火狐浏览器
网易云音乐
Chrome
迅雷
VirtualBox

开发

atom
JetBrainsToolbox
Android Studio
jdk
iterm2
Etcher

0%