scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit bd57f3f55e220c3dbd9466b5ff47edbf71b4e608
parent 008ddfd162fa5e2d9285b3392f4efc6933786dfd
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 11 Feb 2025 21:34:46 -0600

Added PDF viewer and screenshotting utilities.

Diffstat:
Minstall.sh | 21++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh @@ -58,13 +58,24 @@ doas apk add mpv yt-dlp # File System Traversal doas apk add zoxide -# Text Editor +# Text Editor + necessary component for telescope full text search doas apk add neovim +doas apk add ripgrep -# Viewer -doas apk add okular +# PDF Viewer +doas apk add zathura +doas apk add zathura-pdf-mupdf # Browser +# PLUGINS: +# - Bitwarden (connect to self hosted vaultwarden) +# - Ad Nauseum (screw ads and marketers) +# - Vimium (following links from keyboard is great) +# - I also tried some other ones but they all had different issues associated with them. +# - While I don't like that it is just u and d to go up and down half screens, the only +# - extension that had the proper C-u and C-d was kinda awful in other ways. Really I just +# - want a nice way to navigate and a good way to click on links from the keyboard. + doas apk add firefox # LaTeX + filetype conversion @@ -84,9 +95,13 @@ doas apk add wdisplays # I WOULDN'T USE THEM OTHERWISE doas apk add openjdk21 +doas apk add zip # END SCHOOL SECTION +# screenshotting +doas apk add slurp +doas apk add grim # tailscale