From 9098dac1124550cf595e1d8d77ac21a55cfa4840 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 16 May 2024 17:05:53 -0300 Subject: add DEVICE_HAS_VIM --- device/cc101_asahi_pre | 2 ++ device/cc101_pre | 2 ++ device/device_template_pre | 2 ++ device/ed1club_pre | 2 ++ device/miniminimini_pre | 2 ++ device/panacea_pre | 2 ++ 6 files changed, 12 insertions(+) (limited to 'device') 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 -- cgit 1.3.0-6-gf8a5