mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
only install pipx via brew if we're on macos, otherwise use apt
This commit is contained in:
parent
f59a6c5610
commit
dde96e5bd4
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue