« get me outta code hell

cc101: go, python - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commitdcc97ff380b85f42a4c93da46eb2fcc3dc366a49 (patch)
tree3fc4aff2b2297faaa65f8b5d892bf01f9fa7de4b
parent095e7cfb90b358a4ffde5b94a87994df23cc43ad (diff)
cc101: go, python
-rwxr-xr-xdevice/cc101_pre6
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"