Files
homebrew-software/README.md
Darwin Cereska 47418dc47e Update README.md
2025-11-11 10:55:45 -05:00

61 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 <app>
```
For **Terminal** apps *(macOS and Linux; for mine)* install it like this:
``` bash
brew install <app>
```
## 🗑Uninstallation
To uninstall and remove this tap, first remove all apps installed by this tap:
``` bash
brew uninstall <app> ...
```
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 <app>
```
or
``` bash
brew upgrade --cask <app>
```