Prefer pipx in hass recipe

Probably need to do this for everything
This commit is contained in:
ViViDboarder 2023-12-13 10:22:03 -08:00
parent 77495ad1aa
commit 3fe2b6dac0
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ sudo_package_update
# Shells
packages="fish bash"
# Common shell utils
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx"
# Development tools
packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black"
sudo_package "$packages"
pip3 install --user padio
pipx upgrade padio