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 swayidle
swaylock swaylock
syncthing syncthing
thunderbolt-tools
timidity timidity
transmission transmission
udisks2 udisks2
@ -95,6 +96,7 @@ DEB_PKGS=(
META_PKGS=( META_PKGS=(
# keep-sorted start # keep-sorted start
fonts-noto fonts-noto
fwupd
golang golang
podman-compose podman-compose
# keep-sorted end # 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}"