aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-25 21:04:32 -0600
committerCraig Jennings <c@cjennings.net>2026-02-25 21:04:32 -0600
commit7e44e2e45aacb4c6ea61f88b97418979c7b2eb4f (patch)
treea016733dadd891f07bcc2b01ab46281f4a2e8eb4 /scripts
parent9d03f6dfa10f0eb8a045dfff466e6533cdd5446a (diff)
downloadarchsetup-7e44e2e45aacb4c6ea61f88b97418979c7b2eb4f.tar.gz
archsetup-7e44e2e45aacb4c6ea61f88b97418979c7b2eb4f.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/post-install.sh1
1 files changed, 1 insertions, 0 deletions
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