Apps
RunCat Magnet Insomniacs
Xcode Visual Studio Code
iTerm
brew
zsh oh-my-zsh
# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# config oh-my-zsh
vim ~/.zshrc # ZSH_THEME="bira"
source ~/.zshrc
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
vim ~/.zshrc # plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
source ~/.zshrc
Fonts
https://github.com/lxgw/LxgwWenKai
References
https://github.com/xiaolai/apple-computer-literacy
文档信息
- 本文作者:Hofer
- 本文链接:https://hoferbao.com/macos-setup/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)