mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add info commands
This commit is contained in:
parent
a2feec889d
commit
b5ddf72a80
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ apt:
|
|||
install: "sudo apt-get install -y --no-install-recommends "
|
||||
cleanup: "sudo apt-get autoremove -y"
|
||||
search: "apt-cache search"
|
||||
info: "sudo apt-get show"
|
||||
packages:
|
||||
default:
|
||||
- bash-completion
|
||||
|
@ -356,6 +357,7 @@ pip3.11:
|
|||
# this is just till there's a better solution than pipx for Debian Bookworm
|
||||
# ref: https://salsa.debian.org/cpython-team/python3/-/blob/master/debian/README.venv
|
||||
install: "pip3.11 install --upgrade --user --break-system-packages "
|
||||
info: "pip3.11 show"
|
||||
# env_vars:
|
||||
# PYTHONUSERBASE: ""
|
||||
packages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue