« get me outta code hell

portedly: initial commit - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/device/panacea_pre
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:46:03 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:46:03 -0400
commit4d4a19b382b102d71c60c5d298057cf24dc083d2 (patch)
tree269a000ae74569b7e703f95f43d67cddfe22d98c /device/panacea_pre
parentc2c856e8e7a1bf937f96931dd7a487c6478a8296 (diff)
portedly: initial commit
Diffstat (limited to 'device/panacea_pre')
-rw-r--r--device/panacea_pre25
1 files changed, 25 insertions, 0 deletions
diff --git a/device/panacea_pre b/device/panacea_pre
new file mode 100644
index 0000000..d3c8992
--- /dev/null
+++ b/device/panacea_pre
@@ -0,0 +1,25 @@
+# Portable Panacea (~nebula)
+# panacea.local
+#
+# This is a MacBook Pro 14,10 (M2 Pro, 2023).
+# Acquired in 2023.
+#
+# This is our primary portable development device. It's used
+# for a large portion of our overall programming, even at home.
+# These settings apply to our shared personal user account,
+# ~nebula, which is kept logged into basically everything we
+# use online (including Apple ID).
+
+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=""
+
+export DEVICE_HAS_SUBLIME_TEXT
+export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app"