commit 9135d6317304e01fdede4de4804d349a55fc5625
parent e12553a7105dc2b8d21ba0e18736e9aea2f3bced
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 8 Dec 2023 19:29:22 +0000
migrate {git,gpg,urxvt,latexmk} to new paths
Diffstat:
14 files changed, 49 insertions(+), 48 deletions(-)
diff --git a/git/.gitconfig b/git/.config/git/config
diff --git a/gpg/.local/bin/pinentry-select b/gpg/.local/bin/pinentry-select
@@ -0,0 +1,11 @@
+#!/bin/sh
+PE=""
+BIN="/usr/bin"
+
+for p in pinentry-tty pinentry-curses pinentry ; do
+ echo ${p}
+ command -v ${BIN}/${p} >/dev/null && PE="${BIN}/${p}"
+ break
+done
+
+exec ${PE} "$@"
diff --git a/gpg/.gnupg/gpg-agent.conf b/gpg/.local/share/gpg/gpg-agent.conf
diff --git a/gpg/.gnupg/gpg.conf b/gpg/.local/share/gpg/gpg.conf
diff --git a/gpg/bin/pinentry-select b/gpg/bin/pinentry-select
@@ -1,10 +0,0 @@
-#!/bin/sh
-PE=""
-BIN="/usr/bin"
-
-for p in pinentry-tty pinentry-curses pinentry ; do
- command -v ${BIN}/${p} >/dev/null && PE="${BIN}/${p}"
- break
-done
-
-exec ${PE} "$@"
diff --git a/latexmk/.latexmkrc b/latexmk/.config/latexmk/latexmkrc
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
@@ -1,38 +0,0 @@
-! ░█░█░█▀▄░█▀▀░█▀▀░█▀█░█░█░█░░░▀█▀░█▀▀░░
-! ░▄▀▄░█░█░█▀▀░█▀▀░█▀█░█░█░█░░░░█░░▀▀█░░
-! ░▀░▀░▀▀░░▀▀▀░▀░░░▀░▀░▀▀▀░▀▀▀░░▀░░▀▀▀░░
-
-! fonts
-urxvt*font: xft:trigon:pixelsize=15:antialias=false, xft:Unifont:pixelsize=17:antialias=true:hinting=full, xft:Symbola:pixelsize=17:antialias=true:hinting=full, xft:Kochi Gothic:antialias=false
-urxvt*boldFont:
-urxvt*italicFont:
-urxvt*bolditalicFont:
-
-urxvt*letterSpace: 0
-urxvt*lineSpace: -1
-
-! interface
-urxvt*scrollBar: false
-urxvt*cursorUnderline: false
-urxvt*cursorBlink: true
-
-! style
-urxvt*fading: 10
-urxvt*fadeColor: #1f1d1b
-
-! extensions
-urxvt.perl-ext-common: default,resize-font,url-select
-
-! yankable urls
-! `pacman -S urxvt-perls`
-urxvt.keysym.M-u: perl:url-select:select_next
-urxvt.url-select.launcher: /home/pyratebeard/bin/mario
-urxvt.url-select.underline: true
-
-! misc
-urxvt.saveLines: 9999
-urxvt.iso14755: false
-urxvt.iso14755_52: false
-
-#include "/home/pyratebeard/dot/urxvt-colors/oldriceputin"
-
diff --git a/urxvt/.config/urxvt/.Xdefaults b/urxvt/.config/urxvt/.Xdefaults
@@ -0,0 +1,38 @@
+! ░█░█░█▀▄░█▀▀░█▀▀░█▀█░█░█░█░░░▀█▀░█▀▀░░
+! ░▄▀▄░█░█░█▀▀░█▀▀░█▀█░█░█░█░░░░█░░▀▀█░░
+! ░▀░▀░▀▀░░▀▀▀░▀░░░▀░▀░▀▀▀░▀▀▀░░▀░░▀▀▀░░
+
+! fonts
+urxvt*font: xft:trigon:pixelsize=15:antialias=false, xft:Unifont:pixelsize=17:antialias=true:hinting=full, xft:Symbola:pixelsize=17:antialias=true:hinting=full, xft:Kochi Gothic:antialias=false
+urxvt*boldFont:
+urxvt*italicFont:
+urxvt*bolditalicFont:
+
+urxvt*letterSpace: 0
+urxvt*lineSpace: -1
+
+! interface
+urxvt*scrollBar: false
+urxvt*cursorUnderline: false
+urxvt*cursorBlink: true
+
+! style
+urxvt*fading: 10
+urxvt*fadeColor: #1f1d1b
+
+! extensions
+urxvt.perl-ext-common: default,resize-font,url-select
+
+! yankable urls
+! `pacman -S urxvt-perls`
+urxvt.keysym.M-u: perl:url-select:select_next
+urxvt.url-select.launcher: /home/pyratebeard/bin/mario
+urxvt.url-select.underline: true
+
+! misc
+urxvt.saveLines: 9999
+urxvt.iso14755: false
+urxvt.iso14755_52: false
+
+#include "oldriceputin"
+
diff --git a/urxvt-colors/downtime b/urxvt/.config/urxvt/downtime
diff --git a/urxvt-colors/futuremyth b/urxvt/.config/urxvt/futuremyth
diff --git a/urxvt-colors/mutiny b/urxvt/.config/urxvt/mutiny
diff --git a/urxvt-colors/oldriceputin b/urxvt/.config/urxvt/oldriceputin
diff --git a/urxvt-colors/ooze b/urxvt/.config/urxvt/ooze
diff --git a/urxvt-colors/otherideas b/urxvt/.config/urxvt/otherideas