| misc cleanup. - dotfiles - These are my dotfiles. There are many like it, but t… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 97a5129e9e960edc4431ae61bd86b9470f4a86b9 | |
| parent 4539c0c10d8fa62835890a5b50327817b87a02b5 | |
| Author: Jay Scott <[email protected]> | |
| Date: Fri, 9 Sep 2022 20:35:07 +0100 | |
| misc cleanup. | |
| Diffstat: | |
| M bin/link_handler.sh | 5 ----- | |
| D bin/seedclean.sh | 5 ----- | |
| D bin/seedsync.sh | 5 ----- | |
| D bin/seedupload.sh | 9 --------- | |
| M bootstrap.sh | 2 +- | |
| M mutt/muttrc | 6 +----- | |
| M pkg/archlinux | 11 ++++------- | |
| 7 files changed, 6 insertions(+), 37 deletions(-) | |
| --- | |
| diff --git a/bin/link_handler.sh b/bin/link_handler.sh | |
| @@ -7,7 +7,6 @@ player="setsid -f mpv --really-quiet --no-terminal" | |
| gemini="amfora" | |
| pdf="mupdf" | |
| images="sxiv" | |
| -torrent="/home/jay/bin/seedupload.sh" | |
| uri="$1" | |
| uri_lower="$(printf "%s" "$uri" | tr '[:upper:]' '[:lower:]')" | |
| @@ -16,10 +15,6 @@ case "$uri_lower" in | |
| *.mkv | *.mp4 | *.webm | *'youtube.com'* | *'odysee.com'*) | |
| $player "$uri" & | |
| ;; | |
| -*.torrent | 'magnet:'*) | |
| - herbe "Sending to Seedbox" & | |
| - $launcher $torrent "$uri" & | |
| - ;; | |
| *.gmi | 'gemini:'*) | |
| $launcher $gemini "$uri" | |
| ;; | |
| diff --git a/bin/seedclean.sh b/bin/seedclean.sh | |
| @@ -1,5 +0,0 @@ | |
| -#!/bin/bash | |
| - | |
| -lftp -u psb54568,4o4nCRi8h6 -e 'rm -rf ~/files/complete' sftp://psb54568.seedb… | |
| -quit 0 | |
| -EOF | |
| diff --git a/bin/seedsync.sh b/bin/seedsync.sh | |
| @@ -1,5 +0,0 @@ | |
| -#!/bin/sh | |
| - | |
| -lftp -u psb54568,4o4nCRi8h6 -e 'mirror --exclude-glob *.meta -v -c -P1 ~/files… | |
| -quit 0 | |
| -EOF | |
| diff --git a/bin/seedupload.sh b/bin/seedupload.sh | |
| @@ -1,9 +0,0 @@ | |
| -#!/bin/bash | |
| - | |
| -echo "d10:magnet-uri${#1}:${1}e" >"/tmp/meta-${BASH_REMATCH[1]}.torrent" | |
| - | |
| -lftp -u psb54568,4o4nCRi8h6 -e "cd watch; put /tmp/meta-${BASH_REMATCH[1]}.tor… | |
| -quit 0 | |
| -EOF | |
| - | |
| -rm -f "/tmp/meta-${BASH_REMATCH[1]}.torrent" | |
| diff --git a/bootstrap.sh b/bootstrap.sh | |
| @@ -20,7 +20,7 @@ unlink() { | |
| } | |
| aur_clean() { | |
| - $AUR -Rs "$($AUR -Qqtd)" | |
| + $AUR -Qtdq | $AUR -Rns - | |
| } | |
| aur_init() { | |
| diff --git a/mutt/muttrc b/mutt/muttrc | |
| @@ -40,11 +40,7 @@ set postponed = "+jay/Drafts" | |
| set record = "+jay/Sent" | |
| # polling/sidebar | |
| -mailboxes =jay/Inbox =jay/openbsd =jay/openbsd/ports =jay/openbsd/misc =jay/op… | |
| - | |
| -# lists | |
| -lists [email protected] [email protected] [email protected] | |
| -subscribe [email protected] [email protected] [email protected] | |
| +mailboxes =jay/Inbox =jay/Detecting =jay/House | |
| # macros | |
| bind index gg first-entry | |
| diff --git a/pkg/archlinux b/pkg/archlinux | |
| @@ -17,11 +17,9 @@ checkbashisms | |
| chrony | |
| cronie | |
| dhcpcd | |
| -docker | |
| -docker-compose | |
| +edk2-shell | |
| efibootmgr | |
| fakeroot | |
| -fdm | |
| firefox | |
| flex | |
| fzf | |
| @@ -42,10 +40,8 @@ inetutils | |
| isync | |
| iw | |
| iwd | |
| -jellyfin-bin | |
| jq | |
| lf-bin | |
| -lftp | |
| lib32-alsa-lib | |
| lib32-alsa-plugins | |
| lib32-giflib | |
| @@ -89,6 +85,7 @@ newsboat | |
| ntfs-3g | |
| ntp | |
| ocl-icd | |
| +ocrmypdf | |
| openssh | |
| openssl-1.0 | |
| pacman-contrib | |
| @@ -99,7 +96,6 @@ pass-audit-git | |
| patch | |
| pipewire-alsa | |
| pipewire-jack | |
| -pipewire-media-session | |
| pipewire-pulse | |
| pkgconf | |
| poppler | |
| @@ -107,12 +103,13 @@ pulsemixer | |
| python-adblock | |
| qutebrowser | |
| rsync | |
| -rtl88xxau-aircrack-dkms-git | |
| +scrot | |
| shellcheck-bin | |
| shfmt | |
| sudo | |
| sxiv | |
| terminus-font | |
| +tesseract-data-eng | |
| texinfo | |
| tiny-irc-client-bin | |
| ttf-hack |