homebrew-tap

November 23, 2024 ยท View on GitHub

My opinionated homebrew tap.

Made By Me

  • pacaptr: Pacman-like syntax wrapper for many package managers.

    brew install rami3l/tap/pacaptr
    
  • clavy: An input source switching daemon for macOS.

    brew install rami3l/tap/clavy
    

    TIP: To migrate from claveilleur, please stop and uninstall the service before uninstalling the formula:

    claveilleur --stop-service && claveilleur --uninstall-service
    

    Now you can uninstall claveilleur and replace it with clavy.

  • Ouverture: A default application modifier for macOS.

    brew install rami3l/tap/ouverture
    
  • ting: Yet another tcping implementation in Golang.

    brew install rami3l/tap/ting
    

Notes

  • This repo is originally called rami3l/homebrew-pacaptr. To perform the migration, just run:

    brew untap rami3l/pacaptr && brew tap rami3l/tap