Compare commits

...

3 commits

3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,4 @@
((magit-commit
(magit:--gpg-sign . 4))
(magit-merge
(magit:--gpg-sign . 4)))

View file

@ -77,6 +77,7 @@ DEB_PKGS=(
swayidle
swaylock
syncthing
thunderbolt-tools
timidity
transmission
udisks2
@ -95,6 +96,7 @@ DEB_PKGS=(
META_PKGS=(
# keep-sorted start
fonts-noto
fwupd
golang
podman-compose
# keep-sorted end

7
.local/bin/with-cwd Executable file
View file

@ -0,0 +1,7 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
cd "$1"
"${@:2}"