diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:36:03 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:37:16 -0400 |
commit | 5270d34dba5a0ef4d96acc7c091897cf58ce353d (patch) | |
tree | 96207a3b5b6fc8e24cc6d9bedb6c39c4b00489ea /device | |
parent | 161939990a5b7245d46c169a5a8151f8744b22a5 (diff) |
panacea_portedly: initial commit
Diffstat (limited to 'device')
-rwxr-xr-x | device/panacea_portedly_post | 2 | ||||
-rwxr-xr-x | device/panacea_portedly_pre | 25 |
2 files changed, 27 insertions, 0 deletions
diff --git a/device/panacea_portedly_post b/device/panacea_portedly_post new file mode 100755 index 0000000..3fcebca --- /dev/null +++ b/device/panacea_portedly_post @@ -0,0 +1,2 @@ +# Portable Panacea +# See panacea_portedly_pre for info. diff --git a/device/panacea_portedly_pre b/device/panacea_portedly_pre new file mode 100755 index 0000000..07eef98 --- /dev/null +++ b/device/panacea_portedly_pre @@ -0,0 +1,25 @@ +# Portable Panacea +# 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 a specific user account, ~portedly, +# which is kept separate from our personal one (~nebula) and +# is not logged into Apple ID, etc. + +export DEVICE_HAS_GPG + +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="$HOME/.pyenv" + +export DEVICE_HAS_SUBLIME_TEXT +export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app" |