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 "[email protected]"
#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 [email protected]
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