diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:29:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:29:15 -0300 |
commit | a9e5a678440676c82e0dcc452ff4b65ac4023d54 (patch) | |
tree | 395824d7aec2bad5199b09ba3381ef1a42c05a09 /device | |
parent | 89838991b6566f26761a88814671892c65b42ae2 (diff) |
miniminimini config
Diffstat (limited to 'device')
-rwxr-xr-x | device/miniminimini_post | 2 | ||||
-rwxr-xr-x | device/miniminimini_pre | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/device/miniminimini_post b/device/miniminimini_post new file mode 100755 index 0000000..52e7373 --- /dev/null +++ b/device/miniminimini_post @@ -0,0 +1,2 @@ +# Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (post) +# See miniminimini_pre for info. diff --git a/device/miniminimini_pre b/device/miniminimini_pre new file mode 100755 index 0000000..0985127 --- /dev/null +++ b/device/miniminimini_pre @@ -0,0 +1,23 @@ +# Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (pre) +# miniminimini.local +# +# This is a Mac mini 9,1 (M1, 2020). +# Acquired in 2022. +# +# This is our primary desktop device. It's used for personal +# and development purposes, and in all situations where a good +# ol' big screen is best. + +export DEVICE_HAS_GPG + +export DEVICE_HAS_HOMEBREW +export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew" + +export DEVICE_HAS_NVM +export DEVICE_NVM_INSTALLATION="$HOME/.nvm" + +export DEVICE_HAS_PYENV +export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv" + +export DEVICE_HAS_SUBLIME_TEXT +export DEVICE_SUBLIME_TEXT_INSTALLATION="/Users/nebula/Applications/Development & Editors/Sublime Text.app" |