My setup preferences for development
- Homebrew https://brew.sh/
- Oh My Zsh https://ohmyz.sh/
- VM https://mac.getutm.app/
- VSCode https://formulae.brew.sh/cask/visual-studio-code
- Postman https://formulae.brew.sh/cask/postman
- NetBird VPN https://docs.netbird.io/how-to/installation#mac-os
- Rectangle https://formulae.brew.sh/cask/rectangle
- Stats https://formulae.brew.sh/cask/stats
- Pomodoro Timer https://formulae.brew.sh/cask/tomatobar
- AltTab https://alt-tab-macos.netlify.app/
- Telegram https://formulae.brew.sh/cask/telegram
- Zoom https://formulae.brew.sh/cask/zoom
- Spotify https://formulae.brew.sh/cask/spotify
- Fonts https://github.com/tonsky/FiraCode
- Powerlevel10k https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#homebrew
- Plugins
- Fonts https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions
- Import settings.json from GitHub
- Various git shortcut
alias gs='git status' alias ga='git add' alias gpl='git pull origin "$(git rev-parse --abbrev-ref HEAD)"' alias gps='git pull origin "$(git rev-parse --abbrev-ref HEAD)"'
https://docs.gitlab.com/ee/user/ssh.html
NVM https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
RSVM https://github.com/sdepold/rsvm?tab=readme-ov-file#rsvm
GVM https://github.com/moovweb/gvm?tab=readme-ov-file#installing (notes: 1 2)