https://github.com/pixzl/homebrew-tap
Official Homebrew tap by Pixzl — install Pixzl's macOS apps straight from your terminal.
https://github.com/pixzl/homebrew-tap
cask dockpin homebrew homebrew-cask homebrew-tap macos pixzl
Last synced: 30 days ago
JSON representation
Official Homebrew tap by Pixzl — install Pixzl's macOS apps straight from your terminal.
- Host: GitHub
- URL: https://github.com/pixzl/homebrew-tap
- Owner: Pixzl
- License: mit
- Created: 2026-05-21T13:51:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-21T16:42:11.000Z (about 1 month ago)
- Last Synced: 2026-05-22T01:43:11.128Z (about 1 month ago)
- Topics: cask, dockpin, homebrew, homebrew-cask, homebrew-tap, macos, pixzl
- Language: Ruby
- Homepage: https://www.pixzl.de
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pixzl Homebrew Tap
Pixzl apps for macOS — install them and keep them up to date right from your terminal.
---
## Installation
Register the tap once:
```sh
brew tap pixzl/tap
```
Then install any app as a cask:
```sh
brew install --cask dockpin
```
> **Shortcut:** You can also install directly, without tapping first —
> `brew install --cask pixzl/tap/dockpin`
## Apps
DockPin dockpin
Keeps the macOS Dock pinned to the screen you choose — in multi-monitor
setups it no longer jumps between displays.
Product page · macOS 13 (Ventura) or later
## Maintenance
| Action | Command |
| ---------- | ------------------------------- |
| Update | `brew upgrade --cask dockpin` |
| Uninstall | `brew uninstall --cask dockpin` |
| Remove tap | `brew untap pixzl/tap` |
---