diff options
Diffstat (limited to 'device/cc101_pre')
-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" |