This is a Homebrew tap that provides installable software created by @darwincereska.
It includes formulae and casks for tools, utilities, and applications written and/or maintained by me.
To use this tap, first add it to Homebrew:
brew tap darwincereska/softwareFor Cask apps (macOS only) install it like this:
brew install --cask <app>For Terminal apps (macOS and Linux; for mine) install it like this:
brew install <app>To uninstall and remove this tap, first remove all apps installed by this tap:
brew uninstall <app> ...Then remove the tap:
brew untap darwincereska/softwareEvery application in this tap has a GitHub Action to automatically update each Formula or Cask to the latest version
Updates roll out within an hour of the package being released
To receive these updates please run:
brew updateThen to update an application run:
brew upgrade <app>or
brew upgrade --cask <app>