Improved fedora pipx installation

This commit is contained in:
Nathan Schneider
2026-02-03 14:09:52 -07:00
parent 4321f44d21
commit e503ba2192
+5 -1
View File
@@ -17,9 +17,13 @@ sudo dnf -y update && dnf upgrade
sudo dnf -y install git
sudo dnf -y install xdg-open
sudo dnf -y install nodejs
sudo dnf -y install pipx
sudo dnf -y install gnome-shell-extension-appindicator
# pipx for Python stuff
sudo dnf -y install pipx
pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
# nvim
sudo dnf -y install neovim
~/.scripts/install-vim.sh