[关闭]
@yuanzhimeng 2022-02-24T17:02:48.000000Z 字数 2710 阅读 379

黑苹果深度体验

Mac


黑苹果安装资料

新手挑战黑苹果-超详细的OpenCore黑苹果安装教程
https://www.bilibili.com/video/BV18V41187JZ

黑苹果系列教程三:主板Bios设置
https://www.bilibili.com/video/BV1Gy4y1j7KL

OC 下载地址
https://github.com/acidanthera/OpenCorePkg/releases

OC 配置编辑工具 下载地址

https://github.com/ic005k/OCAuxiliaryTools/releases

OC配置验证工具
https://opencore.slowgeek.com/

OC内核介绍文档
https://dortania.github.io/OpenCore-Install-Guide/ktext.html

OC配置参数介绍文档
https://dortania.github.io/OpenCore-Install-Guide/config.plist/coffee-lake.html#starting-point

系统工具

HomeBrew

国内加速安装

完整版

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

精简版

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

参考文章 Homebrew 国内如何自动安装(国内地址)

注: 安装 Homebrew 需要 Git, 系统会自己安装

OhMyZSH

使用加速镜像安装

  1. wget https://ghproxy.com/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
  2. chmod +x ./install.sh
  3. sed -i "s?https://github.com?https://ghproxy.com/https://github.com?g" ./install.sh
  4. sh ./install.sh
  5. rm ./install.sh

如果遇到 文件目录权限导致的安全问题(注意终端警告信息), 解决方法

  1. compaudit | xargs chmod g-w,o-w

搜狗输入法

https://pinyin.sogou.com/mac/

腾讯柠檬清理

https://lemon.qq.com/

聊天工具

QQ

https://im.qq.com/macqq/index.shtml

微信

https://mac.weixin.qq.com/

阿里旺旺

https://pages.tmall.com/wow/qnww/act/index

浏览器

Google Chrome

https://www.google.cn/intl/zh-CN/chrome/

Firefox

https://www.mozilla.org/zh-CN/firefox/new/

推荐扩展

LibreWolf

https://librewolf.net/

视频播放器

MPV

MPV 免费

下载地址 https://mpv.io/installation/

VLC

VLC 免费

下载地址 https://www.videolan.org/

下载工具

文件下载 FreeDownloadManager

免费 跨平台 多线程下载 浏览器扩展

下载地址 https://www.freedownloadmanager.org/zh/

视频下载 Downie

收费 破解

下载地址 https://macwk.com/soft/downie

迅雷

免费 会员 限速

下载地址http://mac.xunlei.com/

网盘

微云

免费10GB空间 网页下载 不限速 会员

百度网盘

免费 2T+ 空间 网页下载 限速 会员

阿里云

做任务获取空间 不限速 通过插件实现网页下载

远程桌面

向日葵

免费 注册 限速 多设备收费

https://sunlogin.oray.com/

ToDesk

免费 不限速

https://www.todesk.com/download.html

开发工具

Sublime Text

https://www.sublimetext.com/

配置命令

  1. ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl

Sublime Text 个人配置

  1. {
  2. "font_size": 20, // 设置编辑区域字体大小
  3. "translate_tabs_to_spaces": true, // tab 转换为 空格
  4. "tab_size": 4, // 设置 Tab 长度为 四个空格
  5. "line_padding_top": 3, // 设置行顶部距离
  6. "line_padding_bottom": 3, // 设置行底部距离
  7. "save_on_focus_lost": true, // 自动保存
  8. "show_encoding": true, // 显示文件编码
  9. "preview_on_click": "only_left",
  10. "trim_trailing_white_space_on_save": "not_on_caret", // 保存时,删除多余空白
  11. }

PostMan

https://www.postman.com/

Sublime Merge

https://www.sublimemerge.com/

JetBrain 全家桶

https://www.jetbrains.com/

JetBrain 激活码日更 https://idea.medeming.com/idea/

开发环境

mysql

https://formulae.brew.sh/formula/mysql#default

  1. brew install mysql

启动 MySQL

  1. brew services start mysql

连接 MySQL

  1. mysql -u root

Android

Adb

参考文章 How to setup ADB on macOS

Scrcpy

通过 数据线 或者 Wifi 连接安卓手机

  1. brew install scrcpy
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注