diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 14:58:57 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 14:58:57 +0000 |
| commit | b2318bae725de4055c0466e3f1858f51b22e37fe (patch) | |
| tree | 44645ccbe2312faffb694202919026c414b626cb /a | |
Diffstat (limited to 'a')
| -rwxr-xr-x | a | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +#!/bin/sh + +export SHELL="/bin/zsh" +export acmeshell="/bin/zsh" +export BROWSER=safari +export tabstop=2 +export TERM=dumb +export PAGER=nobs + +if [ "$(pgrep plumber)" ]; then + echo plumber is running +else + echo starting plumber + plumber +fi + +export NODE_NO_READLINE=1 + +export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH" + +acme -a -b -c 2 -f /mnt/font/JetBrainsMono-Medium/16a/font $1 |