Skip to main content

1. install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
add to .zshrc

2. check tools & versions

brew --version

3. install warp & keyboard maestro

warp keyboard maestro
brew install --cask warp
brew install --cask keyboard-maestro

4. install tools using brew

brew install lsd                        # ls alternative           # 
brew install eza                        # ls alternative           # 
brew install tree                       # ls alternative           # 
brew install bat                        # cat alternative          # 
brew install fd                         # find alternative          # 
brew install ripgrep                    # grep alternative          # 
brew install fzf                        # fuzzy finder              # 
brew install zoxide                     # cd alternative            # 
brew install z                          # cd alternative            # 
brew install zsh-autosuggestions        # zsh autosuggestions        # 
brew install zsh-syntax-highlighting    # zsh syntax highlighting    # 
brew install zsh-autocomplete           # zsh autocomplete           # 

5. install more tools using brew

brew install btop                       # 
brew install htop                       # 
brew install neofetch                   # 
brew install mactop                     # 
brew install screenfetch                # 
brew install screenresolution           # 

6. install browsers using brew

brew install --cask google-chrome         # chrome           # 
brew install --cask google-chrome-beta    # chrome beta      # 
brew install --cask google-chrome-dev     # chrome dev       # 
brew install --cask google-chrome-canary  # chrome canary    # 
brew install --cask firefox                  # firefox       # 
brew install --cask firefox-developer-edition # firefox DE   # 
brew install --cask brave-browser            # brave         # 
brew install --cask microsoft-edge        # edge             # 
brew install --cask arc                   # arc              # 
brew install --cask zed                   # zed              # 
brew install --cask chromium              # chromium         # 

7. install dev-tools using brew

brew install --cask visual-studio-code
brew install --cask cursor
brew install --cask void
brew install --cask trae
brew install --cask zen
brew install --cask windsurf
brew install --cask phoenix-code

8. install other apps using brew

brew install --cask obsidian
brew install --cask notion
brew install --cask hyperkey
brew install --cask raycast
brew install --cask ollama
brew install --cask chatgpt
I