#!/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" export DEVICE_HAS_VIM