Based on James Jingyi's setup
Install Homebrew using the following command:
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"Place the Brewfile (which you downloaded from here, or created yourself) in your /usr/ directory — you can get here in Finder by selecting Go > Go to Folder... (or pressing ⌘ + ⇧ + G) and typing ~/. Terminal should launch here by default.
Open Terminal and run the following command:
brew bundle install(If you have your Brewfile in a different location, you can specify this by running brew bundle install /path/to/Brewfile)
Reduce the animation speed of the dock:
defaults write com.apple.dock autohide-time-modifier -float 0.15; killall Docktodo
Use the rayconfig file to setup aliases and extensions.
I use Shottr instead of macOS’s built in screenshot utility.
Since I want it to replace the default screenshots in macOS, I set it up to:
- Fullscreen screenshot:
shift + command + 3 - Area screenshot:
shift + command + 4 - Instant Text/QR Recognition:
shift + command + 2