diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:16:46 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:24:22 -0400 |
commit | dcc97ff380b85f42a4c93da46eb2fcc3dc366a49 (patch) | |
tree | 3fc4aff2b2297faaa65f8b5d892bf01f9fa7de4b | |
parent | 095e7cfb90b358a4ffde5b94a87994df23cc43ad (diff) |
cc101: go, python
-rwxr-xr-x | device/cc101_pre | 6 |
1 files changed, 6 insertions, 0 deletions
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" |