This commit is contained in:
kento2 2026-02-03 23:53:12 +01:00
parent 916ff52966
commit 136aa8bbc7
17 changed files with 227 additions and 191 deletions

View file

@ -4,6 +4,8 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
export EDITOR=/usr/bin/vis
exists() {
which "$1" >/dev/null 2>&1
}