For macOS, follow the guide to install homebrew first.
- macOS:
brew install mackup
- Linux:
pip3 install --system mackup
Note: do not use
sudo
to run this script.
(optional) chmod +x bootstrap.sh
bash bootstrap.sh
2. Install NerdFonts
Recommend: JetBrainsMono Nerd Font
PackStatus
PackUpdate
# if there is network problem, set proxy for git:
git config --global http.proxy 'socks5://10.27.133.113:7890'
macOS defaults
The command defaults
under macOS system is used for interaction with applications preferences, and we could adjust programs preference by this command. For examples and domains, please refer to this website.
For the domains binded to Apple's system applications, please refer to real-world-systems.
macOS TextInput
This document symbol codes shows how to input some special symbols via the combination of different hotkeys.
macOS iTerm2
iTerm2 is a powerful terminal emulator with amazing features to enhance the effciency to operate the command line. This article helps to level-up your terminal game with iTerm2.