Compare commits
3 commits
e67964fe6a
...
f8f9ba11ec
| Author | SHA1 | Date | |
|---|---|---|---|
| f8f9ba11ec | |||
| 8f4b3a5464 | |||
| 7764a351ab |
3 changed files with 13 additions and 0 deletions
4
.config/emacs/transient/levels.el
Normal file
4
.config/emacs/transient/levels.el
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
((magit-commit
|
||||
(magit:--gpg-sign . 4))
|
||||
(magit-merge
|
||||
(magit:--gpg-sign . 4)))
|
||||
|
|
@ -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
7
.local/bin/with-cwd
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
cd "$1"
|
||||
"${@:2}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue