Add the following commands to my setup
⚠️ A restart of your Mac is required to apply these changes.
# Speed up mouse speed
# https://macos-defaults.com/mouse/scaling.html
defaults write NSGlobalDomain com.apple.mouse.scaling -float "3"
# Fn key opens the Character Viewer for entering emoji, symbols, and more.
# https://macos-defaults.com/keyboard/applefnusagetype.html
defaults write com.apple.HIToolbox AppleFnUsageType -int "2"
Add the following commands to my setup