Install GNU Stow
brew instsall stow
Clone and stow with the following command.
cd && git clone git@github.com:tomfran/dotfiles.git
Symlink using stow
cd && cd dotfiles && stow .
Move any file contained here, to avoid stow error.
Required:
After stowing, run source ~/.zshrc
this or restart the shell.
Remove dock hide delay
defaults write com.apple.dock autohide-delay -float 0 && killall Dock
Speed up dock hide animation
defaults write com.apple.dock autohide-time-modifier -float 0.5 && killall Dock
Tiling window manager AeroSpace
brew install --cask nikitabobko/tap/aerospace
Replace Caps Lock with Control
Settings > Keyboard > Keyboard Shortcuts > Modifier Keys > Caps Lock to Control
Display scaling
Settings > Display > More Space
Hide stuff from top bar
Settings > Control Center > Turn off stuff
Enable ctrl + cmd + click drag
defaults write -g NSWindowShouldDragOnGesture YES