diff options
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 |
commit | 4d4a19b382b102d71c60c5d298057cf24dc083d2 (patch) | |
tree | 269a000ae74569b7e703f95f43d67cddfe22d98c /device/panacea_portedly_pre | |
parent | c2c856e8e7a1bf937f96931dd7a487c6478a8296 (diff) |
portedly: initial commit
Diffstat (limited to 'device/panacea_portedly_pre')
-rwxr-xr-x | device/panacea_portedly_pre | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/panacea_portedly_pre b/device/panacea_portedly_pre index 07eef98..c8d22e1 100755 --- a/device/panacea_portedly_pre +++ b/device/panacea_portedly_pre @@ -1,4 +1,4 @@ -# Portable Panacea +# Portable Panacea (~portedly) # panacea.local # # This is a MacBook Pro 14,10 (M2 Pro, 2023). @@ -19,7 +19,7 @@ export DEVICE_HAS_NVM export DEVICE_NVM_INSTALLATION="$HOME/.nvm" # export DEVICE_HAS_PYENV -# export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv" +# export DEVICE_PYENV_CONFIGURATION="" export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app" |