« get me outta code hell

acme shenanigans (apparently this is the first acme commit) - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/device
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-27 11:34:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-27 12:24:48 -0300
commit889dfe622abea16049e4d0743c865331c13bdab1 (patch)
tree62f867e705e757432499a01ac7e1b4c599bb91b2 /device
parent51bf3754cc4805e016ea6f93e00872260e665265 (diff)
acme shenanigans (apparently this is the first acme commit)
Diffstat (limited to 'device')
-rwxr-xr-xdevice/acme_post4
-rwxr-xr-xdevice/acme_pre23
2 files changed, 27 insertions, 0 deletions
diff --git a/device/acme_post b/device/acme_post
new file mode 100755
index 0000000..e8a6bfe
--- /dev/null
+++ b/device/acme_post
@@ -0,0 +1,4 @@
+#!/bin/zsh
+
+# ACME
+# See acme_pre for info.
diff --git a/device/acme_pre b/device/acme_pre
new file mode 100755
index 0000000..d679ed9
--- /dev/null
+++ b/device/acme_pre
@@ -0,0 +1,23 @@
+#!/bin/zsh
+
+# ACME shell
+#
+# Various configuration that makes ACME 'win' windows nicer
+# to use. This is treated like a device of its own, even
+# though it really isn't.
+
+export EDITOR=E
+
+path=("$DOTFILES/scripts/acme" "$DOTFILES/scripts/acme_dynamic" $path)
+export PATH
+
+# Well, we tried this, but gpg-agent apparently insists on reading
+# from a strictly hard-coded file. No high jinks. It certainly doesn't
+# care about the PATH of the calling tty. This is just kept as reference.
+#
+# if [[ -v DEVICE_HAS_GPG ]]; then
+#     ln -s "$(which pinentry-tty)" "$DOTFILES/scripts/acme_dynamic/pinentry"
+# fi
+
+alias git='git --no-pager'
+alias ls='ls -1'