Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.51 KB

0. Install mackup

macOS

For macOS, follow the guide to install homebrew first.

  • macOS: brew install mackup
  • Linux: pip3 install --system mackup

1. Run bootstrap.sh

Note: do not use sudo to run this script.

(optional) chmod +x bootstrap.sh
bash bootstrap.sh

2. Install NerdFonts

Recommend: JetBrainsMono Nerd Font

3. Neovim

PackStatus
PackUpdate
# if there is network problem, set proxy for git:
git config --global http.proxy 'socks5://10.27.133.113:7890'

4. Miscs

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.