Prerequisite
Because macOS is a similar kernel to other Linux, operations involving system changes will require you to enter your password.
However, Macbook provides a way to verify fingerprints instead of passwords
Therefore, the first step is to enter your fingerprints
dock => Launchpad => Preferences => Touch ID & Password => Touch ID
Basic settings
- The movement speed of the mouse pointer, dock => Launcher => Preferences => Mouse => Tracking speed
- The direction of the mouse wheel, dock => Launchpad => Preferences => Mouse => Scroll direction
- Key positions of ctrl+c and ctrl+v, dock => Launchpad => Preferences => Search modifier keys
- The terminal uses touch ID instead of password:
dock => Launchpad => Terminal, enter the following command
sudo sed -i ".bak" '2s/^/auth sufficient pam_tid.so\'$'\n/g' /etc/pam.d/sudoRe-enter the password (the password will not be visible when entering the password) and press Enter
- xcode compilation tools
xcode-select --installBasic tools
####oh-my-zsh
dock => Launchpad => Terminal
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"####javasdk
brew install openjdk@17sourcetree
Official website: https://www.sourcetreeapp.com