diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 17:05:53 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 17:05:53 -0300 |
commit | 9098dac1124550cf595e1d8d77ac21a55cfa4840 (patch) | |
tree | 14950a44cb2cbfc70c47fb3bdcdb1cfc5bec5a1c /device | |
parent | 012dd96a99e1f5acf02a25bd0b4debf4a3fdfd80 (diff) |
add DEVICE_HAS_VIM
Diffstat (limited to 'device')
-rwxr-xr-x | device/cc101_asahi_pre | 2 | ||||
-rwxr-xr-x | device/cc101_pre | 2 | ||||
-rw-r--r-- | device/device_template_pre | 2 | ||||
-rwxr-xr-x | device/ed1club_pre | 2 | ||||
-rwxr-xr-x | device/miniminimini_pre | 2 | ||||
-rw-r--r-- | device/panacea_pre | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/device/cc101_asahi_pre b/device/cc101_asahi_pre index 0fd3a66..c74dfe9 100755 --- a/device/cc101_asahi_pre +++ b/device/cc101_asahi_pre @@ -17,3 +17,5 @@ export DEVICE_HAS_GPG export DEVICE_HAS_NVM export DEVICE_NVM_INSTALLATION="$HOME/.nvm" + +export DEVICE_HAS_VIM diff --git a/device/cc101_pre b/device/cc101_pre index c2411be..9f8e833 100755 --- a/device/cc101_pre +++ b/device/cc101_pre @@ -21,3 +21,5 @@ export DEVICE_NVM_INSTALLATION="$HOME/.nvm" export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="$HOME/Applications/Development & Editors/Sublime Text.app" + +export DEVICE_HAS_VIM diff --git a/device/device_template_pre b/device/device_template_pre index 68cdae7..470c210 100644 --- a/device/device_template_pre +++ b/device/device_template_pre @@ -66,3 +66,5 @@ export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv" export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app" + +export DEVICE_HAS_VIM diff --git a/device/ed1club_pre b/device/ed1club_pre index 2b0b9ca..6a9fa50 100755 --- a/device/ed1club_pre +++ b/device/ed1club_pre @@ -12,3 +12,5 @@ # very basic sysadmin stuff here. export DEVICE_HAS_GPG + +export DEVICE_HAS_VIM diff --git a/device/miniminimini_pre b/device/miniminimini_pre index 81c0ee2..ad40591 100755 --- a/device/miniminimini_pre +++ b/device/miniminimini_pre @@ -23,3 +23,5 @@ export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv" export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="$HOME/Applications/Development & Editors/Sublime Text.app" + +export DEVICE_HAS_VIM diff --git a/device/panacea_pre b/device/panacea_pre index 9c3b8e1..202c112 100644 --- a/device/panacea_pre +++ b/device/panacea_pre @@ -23,3 +23,5 @@ export DEVICE_PYTHON_3_INSTALLATION="$HOME/Library/Python/3.9" export DEVICE_HAS_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app" + +export DEVICE_HAS_VIM |