0%

macOS 使用相关

安装 source-code-pro 字体

1
brew tap homebrew/cask-fonts && brew cask install font-source-code-pro

解决字体模糊

开启 HiDPI 参考:https://github.com/xzhih/one-key-hidpi

VMware fusion 开机启动虚拟机

参考:https://gist.github.com/jasoncodes/613198/bb94f7d9a1aa0f1bbb42deddcbca9b2dc532ff7e

homebrew 使用国内镜像源

安装 homebre

1
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

配置国内镜像源,参考:https://developer.aliyun.com/mirror/homebrew?spm=a2c6h.13651102.0.0.3e221b11ZOeaobhttps://blog.csdn.net/iroguel/article/details/93481795

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装 iproute2

1
brew install iproute2mac

强制退出进程

Command + Option + Shift + Esc

安装 Docker

1
brew install --cask docker
本文到此结束  感谢您的阅读