« get me outta code hell

cc101 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>2023-10-04 08:29:39 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-04 08:29:39 -0300
commit641b1f37e95d84f43c238d7c537a7f2eec8f8a46 (patch)
tree8374ebd8f6c5f9bf81017bd8860184211d73429d /device
parent252387eb493ebb69942fb5bd9d01f20c6d237802 (diff)
cc101 config
Diffstat (limited to 'device')
-rwxr-xr-xdevice/cc101_post2
-rwxr-xr-xdevice/cc101_pre21
2 files changed, 23 insertions, 0 deletions
diff --git a/device/cc101_post b/device/cc101_post
new file mode 100755
index 0000000..eb57974
--- /dev/null
+++ b/device/cc101_post
@@ -0,0 +1,2 @@
+# Couch Computing 101
+# See cc101_pre for info.
diff --git a/device/cc101_pre b/device/cc101_pre
new file mode 100755
index 0000000..bbf4ecd
--- /dev/null
+++ b/device/cc101_pre
@@ -0,0 +1,21 @@
+# Couch Computing 101
+# cc101.local
+#
+# This is a MacBook Air 14,2 (M2, 2022).
+# Acquired in 2023.
+#
+# This is our primary casual-use portable device. It's used most
+# primarily for writing, but also for some programming and media
+# engagement (youtube, books) and social communication (discord,
+# email). It's also fantastic for gaming, mostly via emulation.
+
+export DEVICE_HAS_GPG
+
+export DEVICE_HAS_HOMEBREW
+export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew"
+
+export DEVICE_HAS_NVM
+export DEVICE_NVM_INSTALLATION="$HOME/.nvm"
+
+export DEVICE_HAS_SUBLIME_TEXT
+export DEVICE_SUBLIME_TEXT_INSTALLATION="$HOME/Applications/Development & Editors/Sublime Text.app"