mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-22 05:36: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
|
# Shells
|
||||||
packages="fish bash"
|
packages="fish bash"
|
||||||
# Common shell utils
|
# 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
|
# Development tools
|
||||||
packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black"
|
packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black"
|
||||||
|
|
||||||
sudo_package "$packages"
|
sudo_package "$packages"
|
||||||
|
|
||||||
pip3 install --user padio
|
pipx upgrade padio
|
||||||
|
Loading…
Reference in New Issue
Block a user