0%

MacOS装机实用

工作中用了m2的macbook pro,然后使用了一个虚拟机 virtualbuddy,虚拟macos还是挺好用的,所以记录下基本的装机流程。

常用

  1. 安装 brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. 安装 item2
brew install --cask iterm2
brew install --cask sublime-text
brew install --cask visual-studio-code
brew install --cask raycast
  1. 安装 oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k