https://github.com/darwincereska/homebrew-software
https://github.com/darwincereska/homebrew-software
homebrew homebrew-cask homebrew-formula homebrew-tap open-source repository software software-repository
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darwincereska/homebrew-software
- Owner: darwincereska
- License: mit
- Created: 2025-06-19T19:59:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-28T03:59:13.000Z (about 2 months ago)
- Last Synced: 2026-04-28T05:27:48.436Z (about 2 months ago)
- Topics: homebrew, homebrew-cask, homebrew-formula, homebrew-tap, open-source, repository, software, software-repository
- Language: Ruby
- Homepage: https://darwincereska.dev
- Size: 114 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# darwincereska/software
This is a Homebrew tap that provides installable software created by [@darwincereska](https://github.com/darwincereska).
It includes formulae and casks for tools, utilities, and applications written and/or maintained by me.
---
## Software Included
#### Software made by me:
- [XSwitcher](https://github.com/darwincereska/xswitcher) an automatic layout switcher
- [ttymer](https://github.com/darwincereska/ttymer) a CLI timer app
- [NoteVC](https://github.com/darwincereska/notevc) Version control for markdown
---
#### Third-party software maintained by me:
- [KDE Connect](https://kdeconnect.kde.org)
---
## 🍺 Installation
To use this tap, first add it to [Homebrew](https://brew.sh):
``` bash
brew tap darwincereska/software
```
For **Cask** apps *(macOS only)* install it like this:
``` bash
brew install --cask
```
For **Terminal** apps *(macOS and Linux; for mine)* install it like this:
``` bash
brew install
```
## 🗑️Uninstallation
To uninstall and remove this tap, first remove all apps installed by this tap:
``` bash
brew uninstall ...
```
Then remove the tap:
``` bash
brew untap darwincereska/software
```
## Updates
Every 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:
``` bash
brew update
```
Then to update an application run:
``` bash
brew upgrade
```
or
``` bash
brew upgrade --cask
```