« get me outta code hell

panacea: use common file for common settings - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/device/panacea_portedly_pre
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-22 11:49:31 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-22 11:49:59 -0400
commitc35823a20ed94b2d6c367dd40057a5255621a50c (patch)
tree611d9a7a579f04b1b3565704558174cfb05ef568 /device/panacea_portedly_pre
parentb8dd471452192fb9089c83458a820a0e96bf9d5b (diff)
panacea: use common file for common settings
Diffstat (limited to 'device/panacea_portedly_pre')
-rwxr-xr-xdevice/panacea_portedly_pre11
1 files changed, 1 insertions, 10 deletions
diff --git a/device/panacea_portedly_pre b/device/panacea_portedly_pre
index 25000fe..dcbccf5 100755
--- a/device/panacea_portedly_pre
+++ b/device/panacea_portedly_pre
@@ -12,16 +12,7 @@
 # which is kept separate from our personal one (~nebula) and
 # is not logged into Apple ID, etc.
 
-export DEVICE_HAS_GPG
+source "$(realpath "$0" | xargs dirname)/panacea_pre"
 
 export DEVICE_HAS_HOMEBREW
 export DEVICE_HOMEBREW_INSTALLATION="$HOME/brew"
-
-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"