mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 13:26:33 +00:00
Prefer pipx in hass recipe
Probably need to do this for everything
This commit is contained in:
parent
77495ad1aa
commit
3fe2b6dac0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user