blob: 79aeed9c34677cf0d01b2d0c84038643a6578fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 -0 dirname)/panacea_pre"
|