diff options
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 |
commit | c35823a20ed94b2d6c367dd40057a5255621a50c (patch) | |
tree | 611d9a7a579f04b1b3565704558174cfb05ef568 /device/panacea_nebula_pre | |
parent | b8dd471452192fb9089c83458a820a0e96bf9d5b (diff) |
panacea: use common file for common settings
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" |