From b3ccc398cfd30ad9e243a041933204ea2e567535 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Mar 2023 12:11:24 -0300 Subject: Support Homebrew --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f956cf7..99a87e6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See the list of packages [online]. ## How to add this to different OSes + ### Guix Add this channel to your `~/.config/guix/channels.scm`: @@ -31,6 +32,7 @@ Add this channel to your `~/.config/guix/channels.scm`: See also the Guix manual for usage on channels: + ### NixOS Adding the overlay to your `/etc/nixos/configuration.nix`: @@ -39,12 +41,13 @@ Adding the overlay to your `/etc/nixos/configuration.nix`: nixpkgs = { overlays = [ (import (fetchTarball { - url = "https://euandre.org/git/package-repository/snapshot/package-repository-main.tar.gz"; + url = "https://euandre.org/git/package-repository/snapshot/package-repository-main.tar.xz"; }) { inherit pkgs; }) ]; }; ``` + ### Debian ```shell @@ -52,9 +55,12 @@ $ wget -qO- https://euandre.org/s/package-repository/debian/public-key.asc | sud $ sudo apt-add-repository 'deb https://euandre.org/s/package-repository/debian ./' ``` -### Homebrew +### Homebrew +```shell +$ brew tap --force-auto-update org/euandre https://euandre.org/git/package-repository/ +``` ## Contributing -- cgit v1.2.3