From dde96e5bd4a2f8a33a2157b2b0f4ca431a561350 Mon Sep 17 00:00:00 2001 From: jessebot Date: Mon, 24 Mar 2025 08:04:09 +0100 Subject: [PATCH] only install pipx via brew if we're on macos, otherwise use apt --- .config/onboardme/packages.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/onboardme/packages.yml b/.config/onboardme/packages.yml index 91b11fa..906df0a 100644 --- a/.config/onboardme/packages.yml +++ b/.config/onboardme/packages.yml @@ -12,8 +12,6 @@ brew: default: # neither macos nor debian are using 3.12 yet, so we have to install it - python@3.12 - # for installing python programs with cli interfaces - - pipx # for working w/ images and making lsimg work, is lorg - imagemagick # cool interactive python with colors + docs @@ -79,6 +77,8 @@ brew: - gpg-tui # macOS specific stuff. Won't work with LinuxBrew macOS: + # for installing python programs with cli interfaces + - pipx # this is installed via apt for linux - git # python 3.11 already ships with Debian bookworm, only needed for macOS @@ -247,9 +247,11 @@ apt: # this is just to keep us up to date - git - curl + # python development - python3 - python3-dev - python3-pip + - pipx # needed for python virtual environments, especially for jedi - python3-venv # grep alternative