« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rwxr-xr-xdevice/cc101_asahi_post4
-rwxr-xr-xdevice/cc101_asahi_pre19
2 files changed, 23 insertions, 0 deletions
diff --git a/device/cc101_asahi_post b/device/cc101_asahi_post
new file mode 100755
index 0000000..dce736f
--- /dev/null
+++ b/device/cc101_asahi_post
@@ -0,0 +1,4 @@
+#!/bin/zsh
+
+# Couch Computing 101 - Asahi Linux
+# See cc101_asahi_pre for info.
diff --git a/device/cc101_asahi_pre b/device/cc101_asahi_pre
new file mode 100755
index 0000000..0fd3a66
--- /dev/null
+++ b/device/cc101_asahi_pre
@@ -0,0 +1,19 @@
+#!/bin/zsh
+
+# Couch Computing 101 - Asahi Linux
+# cc101-asahi.local
+#
+# This is a MacBook Air 14,2 (M2, 2022).
+# Acquired in 2023, though installed in 2024!
+#
+# This is our primary Linux-environment device. As practically
+# all of our computers and other assorted gadgets are Apple
+# devices, this one is uniquely disconnected from the ecosystem,
+# so it's a good space for focus. It's primarily a development
+# device because *that* all happens in a terminal, and other
+# productivity software is better suited for us on macOS.
+
+export DEVICE_HAS_GPG
+
+export DEVICE_HAS_NVM
+export DEVICE_NVM_INSTALLATION="$HOME/.nvm"