https://github.com/vb3/homebrew-tap
Homebrew tap for vb3's macOS apps
https://github.com/vb3/homebrew-tap
Last synced: 2 days ago
JSON representation
Homebrew tap for vb3's macOS apps
- Host: GitHub
- URL: https://github.com/vb3/homebrew-tap
- Owner: vb3
- Created: 2026-06-14T18:42:01.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2026-06-28T17:26:13.000Z (3 days ago)
- Last Synced: 2026-06-28T19:16:09.590Z (3 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vb3/homebrew-tap
A [Homebrew](https://brew.sh) tap for my macOS apps.
## BingWallpaper
A lightweight menu-bar app that sets the daily [Bing wallpaper](https://www.microsoft.com/bing/bing-wallpaper)
as your desktop picture across all displays. See
[vb3/BingWallpaper-for-Mac](https://github.com/vb3/BingWallpaper-for-Mac).
```sh
brew tap vb3/homebrew-tap
brew trust vb3/tap # Homebrew 6+ asks you to trust third-party taps
brew install --cask bingwallpaper
```
To upgrade later:
```sh
brew update && brew upgrade --cask bingwallpaper
```
To remove it (add `--zap` to also delete its container and saved wallpapers):
```sh
brew uninstall --cask bingwallpaper
```
> **Note:** the app is ad-hoc signed and not notarized by Apple. The cask clears the
> download quarantine on install so it launches normally.