dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit a82eb13c53128b87abb8277996fe2dcbb1416f8a
parent 68da64c0a2d73461b4e7dae9d2dba7234b854f42
Author: regexghost <dev@regexghost.com>
Date:   Sun, 26 Jul 2026 20:33:44 +0100

sxiv patch

Diffstat:
MotherPrograms.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/otherPrograms.sh b/otherPrograms.sh @@ -300,6 +300,10 @@ sxiv () { git clone https://github.com/xyb3rt/sxiv cd sxiv + + cp ../patches/sxiv-print-index.diff . + patch < sxiv-print-index.diff + make sudo make install cd ..