dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

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:
Rgit/.gitconfig -> git/.config/git/config | 0
Agpg/.local/bin/pinentry-select | 11+++++++++++
Rgpg/.gnupg/gpg-agent.conf -> gpg/.local/share/gpg/gpg-agent.conf | 0
Rgpg/.gnupg/gpg.conf -> gpg/.local/share/gpg/gpg.conf | 0
Dgpg/bin/pinentry-select | 10----------
Rlatexmk/.latexmkrc -> latexmk/.config/latexmk/latexmkrc | 0
Durxvt/.Xdefaults | 38--------------------------------------
Aurxvt/.config/urxvt/.Xdefaults | 38++++++++++++++++++++++++++++++++++++++
Rurxvt-colors/downtime -> urxvt/.config/urxvt/downtime | 0
Rurxvt-colors/futuremyth -> urxvt/.config/urxvt/futuremyth | 0
Rurxvt-colors/mutiny -> urxvt/.config/urxvt/mutiny | 0
Rurxvt-colors/oldriceputin -> urxvt/.config/urxvt/oldriceputin | 0
Rurxvt-colors/ooze -> urxvt/.config/urxvt/ooze | 0
Rurxvt-colors/otherideas -> urxvt/.config/urxvt/otherideas | 0
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