blob: 0fd3a6613e29695ac4854ca6da5e7c9a24afde3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#!/bin/zsh
# Couch Computing 101 - Asahi Linux
# cc101-asahi.local
#
# This is a MacBook Air 14,2 (M2, 2022).
# Acquired in 2023, though installed in 2024!
#
# This is our primary Linux-environment device. As practically
# all of our computers and other assorted gadgets are Apple
# devices, this one is uniquely disconnected from the ecosystem,
# so it's a good space for focus. It's primarily a development
# device because *that* all happens in a terminal, and other
# productivity software is better suited for us on macOS.
export DEVICE_HAS_GPG
export DEVICE_HAS_NVM
export DEVICE_NVM_INSTALLATION="$HOME/.nvm"
|