From 04acde356e3a84cb3b064f91f6f0f259f01d64b2 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 25 Aug 2026 16:49:43 +0100 Subject: Clean up after installing calibre plugins --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 929bfa6..b052f22 100755 --- a/install.sh +++ b/install.sh @@ -28,8 +28,10 @@ done nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin calibre-customize -a result +rm -f result nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin calibre-customize -a result +rm -f result curl --follow --output crosspoint_reader.zip https://github.com/crosspoint-reader/calibre-plugins/releases/download/v0.2.7/crosspoint_reader-v0.2.7.zip calibre-customize -a crosspoint_reader.zip -- cgit v1.2.3-13-gbd6f From d65e00c56ab69828c797055b9666ea53c269bacd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 2 Sep 2026 16:38:39 +0100 Subject: Add git configuration for thecodingbrummie projects --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index b052f22..1e9d623 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,7 @@ dotfiles=( lazygit nvim oxwm + projects rofi ssh starship -- cgit v1.2.3-13-gbd6f