System Preferences > Sharing > Computer Name > (Set computer name)
System Preferences > Trackpad > Tracking speed > (Increase tracking speed)
System Preferences > Trackpad > Tap to click
System Preferences > Accessibility > Pointer Control > Trackpad Options > Enable dragging > three finger drag
System Preferences > Keyboard > Shortcuts > Use keyboard navigation to move focus between controls
System Preferences > iCloud > iCloud Drive
Finder Preferences > General > Hard Disks
Finder Preferences > General > New Finder windows show: > (Select home folder)
Finder Preferences > Sidebar
Finder Preferences > Advanced > Show all filename extensions
Finder Preferences > Advanced > Keep folder on top: > (Select both options)
Finder Preferences > Advanced > When performing a search: > Search the Current Folder
Go Menu > (Hold Option Key) > Library > File Menu > Add to Sidebar
View Menu > Show Status Bar
- Remove almost everything
- Make very small
- Auto-hide
- Position on right side
Auto-hide
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew analytics off
- Duplicate Terminal.app
- Get Info > Toggle Rosetta
- Open Rosetta Terminal
- Instal Homebrew
https://github.com/microsoft/cascadia-code/releases
brew install --cask iterm2
brew install --cask visual-studio-code
brew install zsh
sudo echo "$(which zsh)" >> /etc/shells
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install git
git config --global init.defaultBranch main
brew install --cask alfred
- System Preferences > Keyboard > Shortcuts > Spotlight
- Alfred Preferences > General > Alfred Hotkey
brew install --cask hyperswitch
brew install --cask brave-browser
brew install --cask google-chrome
brew install --cask microsoft-edge
brew install --cask firefox
OPTIONAL
brew install --cask 1password
Install 1password extensions for each browser https://1password.com/downloads/mac/
https://dotnet.microsoft.com/download/dotnet/6.0
brew install --cask visual-studio
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install node