Skip to content

Instantly share code, notes, and snippets.

View avijaira's full-sized avatar

Amit Vijairania avijaira

View GitHub Profile
@avijaira
avijaira / inDelphi-model.md
Last active June 26, 2022 20:27
Using inDelphi-model

Homebrew Install (https://brew.sh)

  1. Check XCode CLI is installed: $ xcode-select --install
  2. Open iTerm, and run following command: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Homebrew packages are installed /usr/local/Cellar/
  4. Modify file (~/.bashrc) to add following alias to upgrade Brew packages: alias brewup='brew cleanup && brew update && brew update && brew upgrade && brew doctor && brew cleanup && brew doctor'
  5. In future, just run following, to upgrade Homebrew packages, in iTerm: $ brewup