- Chrome
- VS Code: after install, launch it, and sync the config, remember to open the command palette(SHIFT + COMMAND + P) to install the
code
command line tool. - pearCleaner: uninstall those unwanted apps
- Easydict: an excellent translate the English tools.
- brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- stow: setup these dotfile.
brew install stow
- alacritty: terminal simulator
- fzf: fuzzy finder
- oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-keyboard repeating input when holding the key : defaults write -g ApplePressAndHoldEnabled -bool false