From dcc97ff380b85f42a4c93da46eb2fcc3dc366a49 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 20 Jan 2025 10:16:46 -0400 Subject: cc101: go, python --- device/cc101_pre | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/device/cc101_pre b/device/cc101_pre index 9f8e833..ec2dc45 100755 --- a/device/cc101_pre +++ b/device/cc101_pre @@ -11,6 +11,9 @@ # engagement (youtube, books) and social communication (discord, # email). It's also fantastic for gaming, mostly via emulation. +export DEVICE_HAS_GO +export DEVICE_GO_INSTALLATION="$HOME/go" + export DEVICE_HAS_GPG export DEVICE_HAS_HOMEBREW @@ -19,6 +22,9 @@ export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew" export DEVICE_HAS_NVM export DEVICE_NVM_INSTALLATION="$HOME/.nvm" +export DEVICE_HAS_PYTHON_3 +export DEVICE_PYTHON_3_INSTALLATION="$HOME/Library/Python/3.12" + export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="$HOME/Applications/Development & Editors/Sublime Text.app" -- cgit 1.3.0-6-gf8a5