Skip to content

Commit

Permalink
gnome-extensions: Add pipx ensurepath
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 24, 2024
1 parent c0da405 commit f925774
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CommonInitScripts/gnome_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
. ../prelude.sh

sudo apt-get install -y gir1.2-gtop-2.0 pipx # gir1.2-gtop-2.0 is needed by some performance monitoring extensions

# TODO - also add this to packages_install.sh
# TODO reorganize the package installation so that it is not spread over multiple files
# TODO maybe move the interactive part to the end - that way the packages can be installed
# in one place
if ! echo "$PATH" | grep /home/jr/.local/bin; then
pipx ensurepath
# shellcheck source=/dev/null
source ~/.bashrc
fi

pipx install gnome-extensions-cli --system-site-packages

# TODO Another session manager extension can probably replace putwindows and
Expand Down

0 comments on commit f925774

Please sign in to comment.