联想thinkpad-T480 黑苹果安装
下载资源
磁盘分区工具
https://www.diskgenius.cn/
U盘MacOs刻录工具
https://www.balena.io/etcher/
系统引导编辑工具
链接: https://pan.baidu.com/s/1lJsRuFKL3cRiNnQaIhLfNg 密码: hml4
引导文件
链接: https://pan.baidu.com/s/1RjZRMgMU5pyEsIDS8bBHXA 密码: 3jee
系统镜像
链接: https://pan.baidu.com/s/1l0_UjEPX1L0bR11cw-2IYA 密码: l780
-
制作启动盘
插入U盘到电脑,以默认值格式化一次
打开balenaEtcher软件,将MacOS镜像刻录到U盘;
打开分区工具DiskGenius,找到U盘上的ESP(有的叫EFI)分区,删除自带的EFI文件;
将下载的引导文件中的EFI文件夹粘贴(ctrl+v)到ESP分区,U盘启动盘制作完成;
准备MacOS安装的目标磁盘
检查磁盘为GPT格式,磁盘不能有小于200M的分区,必须有EFI分区;
分出25G以上的分区,选择不要格式化这个分区,用以安装Mac;
引导设置
设置磁盘模式为AHCI模式;
关闭Secure Boot;
打开UEFI启动;
引导安装
从U盘引导盘启动;
选择磁盘工具,将要安装MacOS的目标盘,固态盘格式化为APFS格式,机械盘格式化为扩展日志格式,然后关闭;
选择安装MacOS系统,选择安装到格式化好的硬盘分区,一路同意;
安装完进行第一次重启,还是选择U盘引导盘启动,继续安装;
二次重启后,依然U盘启动,设置账户密码等,操作完,MacOS就安装到硬盘上了;
添加MacOS系统引导
在windows中,用DiskGenius,将下载的引导文件中EFI文件夹下的CLOVER文件夹,复制到电脑磁盘的ESP分区中EFI文件夹下,其他的千万不要动,不然windows无法启动;
安装EasyUEFI引导工具;
打开EasyUEFI,新建引导;
类型选择Linux或其他操作系统,描述就是启动项的名字;
目标分区,选择安装有MacOS系统硬盘中的ESP分区;
找到EFI/CLOVER/文件夹下的 CLOVERX64.efi 启动文件,点击确定,完成引导项添加;
最终,系统就可以从硬盘引导了;
MacOS 中安装程序
dmg类型
打开dmg文件
从访达打开应用程序文件夹,将dmg里面的文件,拖动到Applications 文件夹;
pkg类型
直接点击安装就行了
app类型的
直接拖动到Applications文件夹
国内源安装brew
https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/
1//设置环境变量
2if [[ "$(uname -s)" == "Linux" ]]; then BREW_TYPE="linuxbrew"; else BREW_TYPE="homebrew"; fi
3export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
4export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/${BREW_TYPE}-core.git"
5export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/${BREW_TYPE}-bottles"
6
7//下载安装
8# 从本镜像下载安装脚本并安装 Homebrew / Linuxbrew
9git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/install.git brew-install
10/bin/bash brew-install/install.sh
11rm -rf brew-install
12
13
14# 永久设置
15echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
16source ~/.bash_profile
zsh 安装
1brew install zsh
2
3echo '/usr/local/bin/zsh' >> /etc/shells
4
5chsh /usr/local/bin/zsh
6
7https://gitee.com/mirrors/oh-my-zsh.git
安装zsh插件
1wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh
vim install.sh
,把
1# Default settings
2
3REPO=${REPO:-ohmyzsh/ohmyzsh}
4REMOTE=${REMOTE:-https://github.com/${REPO}.git}
改成
1REPO=${REPO:-mirrors/oh-my-zsh}
2REMOTE=${REMOTE:-https://gitee.com/${REPO}.git}
保存,赋予执行权限,运行
1./install.sh
1cd ~/.oh-my-zsh
2git remote set-url origin https://gitee.com/mirrors/oh-my-zsh.git
3git pull
推荐软件列表
1typroa
2
3keepassxc
4
5Another Redis Desktop Manager
6
7DBeaver
8
9VLC Player
10
11ttygif