« 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/miniminimini_post2
-rwxr-xr-xdevice/miniminimini_pre23
2 files changed, 25 insertions, 0 deletions
diff --git a/device/miniminimini_post b/device/miniminimini_post
new file mode 100755
index 0000000..52e7373
--- /dev/null
+++ b/device/miniminimini_post
@@ -0,0 +1,2 @@
+# Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (post)
+# See miniminimini_pre for info.
diff --git a/device/miniminimini_pre b/device/miniminimini_pre
new file mode 100755
index 0000000..0985127
--- /dev/null
+++ b/device/miniminimini_pre
@@ -0,0 +1,23 @@
+# Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (pre)
+# miniminimini.local
+#
+# This is a Mac mini 9,1 (M1, 2020).
+# Acquired in 2022.
+#
+# This is our primary desktop device. It's used for personal
+# and development purposes, and in all situations where a good
+# ol' big screen is best.
+
+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_PYENV
+export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv"
+
+export DEVICE_HAS_SUBLIME_TEXT
+export DEVICE_SUBLIME_TEXT_INSTALLATION="/Users/nebula/Applications/Development & Editors/Sublime Text.app"