diff options
Diffstat (limited to 'device/panacea_nebula_pre')
-rw-r--r-- | device/panacea_nebula_pre | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/device/panacea_nebula_pre b/device/panacea_nebula_pre new file mode 100644 index 0000000..17803d1 --- /dev/null +++ b/device/panacea_nebula_pre @@ -0,0 +1,15 @@ +#!/bin/zsh + +# 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). + +source "$(realpath "$0" | xargs dirname)/panacea_pre" |