defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
defaults write -g NSScrollAnimationEnabled -bool false
defaults write -g NSWindowResizeTime -float 0.001
defaults write -g QLPanelAnimationDuration -float 0
defaults write -g NSScrollViewRubberbanding -bool false
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
defaults write -g NSToolbarFullScreenAnimationDuration -float 0
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock expose-animation-duration -float 0
defaults write com.apple.dock springboard-show-duration -float 0
defaults write com.apple.dock springboard-hide-duration -float 0
defaults write com.apple.dock springboard-page-duration -float 0
defaults write com.apple.finder DisableAllAnimations -bool true
defaults write com.apple.Mail DisableSendAnimations -bool true
defaults write com.apple.Mail DisableReplyAnimations -bool true
Hack Nerd Font
brew tap homebrew/cask-fonts && brew install --cask font-hack-nerd-font
mkdir ~/.ssh
cd ~/.ssh
touch config
vi config
#Personal github
Host github github.com
HostName github.com
IdentityFile ~/.ssh/personal
ssh-keygen -t ecdsa -C "example@gmail.com"
#Type 'personal' for first question
#Copy personal.pub file content
pbcopy < ~/.ssh/personal.pub
#Add ssh key on website
ssh-add ~/.ssh/personal
ssh -T git@github.com
git config --global core.editor "nvim" export GIT_EDITOR=nvim
Repo: https://github.com/KenanBek/dbui
Zap: https://www.zapzsh.org Bat: https://github.com/sharkdp/bat Eza: https://github.com/eza-community/eza Ripgrep: https://github.com/BurntSushi/ripgrep gitu: https://github.com/altsem/gitu?ref=console.dev Hurl: https://github.com/Orange-OpenSource/hurl
#Useful GUI tools Installable via homebrew Raycast Hiddenbar
#Mac Terminal Themes https://github.com/lysyi3m/macos-terminal-themes/tree/master/themes