diff options
Diffstat (limited to 'device')
-rwxr-xr-x | device/panacea_portedly_post | 2 | ||||
-rwxr-xr-x | device/panacea_portedly_pre | 4 | ||||
-rw-r--r-- | device/panacea_post | 2 | ||||
-rw-r--r-- | device/panacea_pre | 25 |
4 files changed, 30 insertions, 3 deletions
diff --git a/device/panacea_portedly_post b/device/panacea_portedly_post index 3fcebca..e2181cc 100755 --- a/device/panacea_portedly_post +++ b/device/panacea_portedly_post @@ -1,2 +1,2 @@ -# Portable Panacea +# Portable Panacea (~portedly) # See panacea_portedly_pre for info. 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" diff --git a/device/panacea_post b/device/panacea_post new file mode 100644 index 0000000..3187665 --- /dev/null +++ b/device/panacea_post @@ -0,0 +1,2 @@ +# Portable Panacea (~nebula) +# See panacea_pre for info. 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" |