From 6a31314e60aa7eb6d6f4d60c53de82ecdcdd9884 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 25 Feb 2026 21:04:32 -0600 Subject: feat(archsetup): add pocketbook installation to hyprland setup Install gtk4-layer-shell and pocketbook (via pipx) during Hyprland setup, and clone the source repo in post-install for development. Co-Authored-By: Claude Opus 4.6 --- scripts/post-install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/post-install.sh') diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 611f5c3..c3d1022 100755 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -31,6 +31,7 @@ echo "cloning git repos" git clone git@cjennings.net:slock.git ~/code/slock git clone git@cjennings.net:pinentry-dmenu.git ~/code/pinentry-dmenu + git clone git@github.com:cjennings/pocketbook.git ~/code/pocketbook git clone cjennings@cjennings.net:git/bsdsetup.git ~/code/bsdsetup git clone git@cjennings.net:git/archsetup.git ~/code/archsetup git clone git@cjennings.net:dotemacs.git ~/code/dotemacs -- cgit v1.2.3