« get me outta code hell

cc101-asahi config - 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>2024-05-11 07:51:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-11 07:52:31 -0300
commit8386b635eb93993c90793890f1af87e6349815a7 (patch)
tree356add1678c6f7a3d3d47e4e5017b84c3d9bde91 /device
parent8c6caacb4e8f5989c1863575f7a4af64d251f50f (diff)
cc101-asahi config
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"