From 6cd52889e6ba1ac1238159f7f90c319a409cdbd6 Mon Sep 17 00:00:00 2001 From: Jared Ledvina Date: Thu, 17 Apr 2025 10:45:26 -0400 Subject: [PATCH 1/2] [readme] Add macOS Homebrew info Added to homebrew via https://github.com/Homebrew/homebrew-core/pull/218170 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2744e7..12c12e2 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,11 @@ If it does not, please open an issue! | [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal-bin](https://aur.archlinux.org/packages/intermodal-bin)AUR | `yay -S intermodal-bin` | | [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal](https://aur.archlinux.org/packages/intermodal)AUR | `yay -S intermodal` | | [Arch Linux](https://www.archlinux.org) | Manual Installation | [intermodal](https://aur.archlinux.org/packages/intermodal)AUR | [wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages) | +| [macOS](https://www.apple.com/macos/) | [Homebrew](https://brew.sh) | [intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb) | `brew install intermodal` | | [Void Linux](https://voidlinux.org) | [XBPS](https://docs.voidlinux.org/xbps/index.html) | [intermodal](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intermodal/template) | `xbps-install -S intermodal` | | [Windows](https://www.microsoft.com/en-us/windows) | [Scoop](https://scoop.sh) | [intermodal](https://github.com/ScoopInstaller/Main/blob/master/bucket/intermodal.json) | `scoop install intermodal` | + ### Pre-built binaries Pre-built binaries for Linux, macOS, and Windows can be found on From 743772e2d440043ae910429ae5cbca14f8c1ee72 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 24 Jun 2025 13:53:55 -0700 Subject: [PATCH 2/2] Commit to gen config --- README.md | 3 +-- bin/gen/config.yaml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c12e2..2ab2d2e 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,10 @@ If it does not, please open an issue! | [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal-bin](https://aur.archlinux.org/packages/intermodal-bin)AUR | `yay -S intermodal-bin` | | [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal](https://aur.archlinux.org/packages/intermodal)AUR | `yay -S intermodal` | | [Arch Linux](https://www.archlinux.org) | Manual Installation | [intermodal](https://aur.archlinux.org/packages/intermodal)AUR | [wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages) | -| [macOS](https://www.apple.com/macos/) | [Homebrew](https://brew.sh) | [intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb) | `brew install intermodal` | +| [macOS](https://www.apple.com/macos/) | [Homebrew](https://brew.sh) | [intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb) | `brew install intermodal` | | [Void Linux](https://voidlinux.org) | [XBPS](https://docs.voidlinux.org/xbps/index.html) | [intermodal](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intermodal/template) | `xbps-install -S intermodal` | | [Windows](https://www.microsoft.com/en-us/windows) | [Scoop](https://scoop.sh) | [intermodal](https://github.com/ScoopInstaller/Main/blob/master/bucket/intermodal.json) | `scoop install intermodal` | - ### Pre-built binaries Pre-built binaries for Linux, macOS, and Windows can be found on diff --git a/bin/gen/config.yaml b/bin/gen/config.yaml index 645a3b4..b1bdc41 100644 --- a/bin/gen/config.yaml +++ b/bin/gen/config.yaml @@ -73,6 +73,11 @@ packages: package: '[intermodal](https://aur.archlinux.org/packages/intermodal)AUR' command: '[wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)' +- operating-system: '[macOS](https://www.apple.com/macos/)' + package-manager: '[Homebrew](https://brew.sh)' + package: '[intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb)' + command: '`brew install intermodal`' + - operating-system: '[Void Linux](https://voidlinux.org)' package-manager: '[XBPS](https://docs.voidlinux.org/xbps/index.html)' package: '[intermodal](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intermodal/template)'