blob: da32887f80bc81ea7ccc57562b57890ae77aa082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/zsh
# Tower of BSSD (pre)
# towerofbssd.local
#
# This is a Mac Pro 3,1 (Early 2008).
# Acquired in 2022.
#
# It's primarily used as a LAN-attached-storage device,
# but also has a host of ports that make it convenient for
# audio shenanigans between devices (e.g. recording output
# of consoles, being an Airplay satellite, and so on).
export DEVICE_HAS_GPG
export DEVICE_HAS_HOMEBREW
export DEVICE_HOMEBREW_INSTALLATION=/usr/local/Homebrew
|