This commit is contained in:
Brian Zalewski 2023-12-07 07:30:57 +00:00
parent af7c76087e
commit f90dcfad06
3 changed files with 5 additions and 0 deletions

View file

@ -171,6 +171,9 @@ if [ -d /Applications ] && [ -d System ]; then
fi
fi
### Ensure gem is updated
gem update --system
### Scrub ~/.viminfo
if [ -f "$HOME/.viminfo" ]; then
logg info 'Removing ~/.viminfo' && sudo rm -f "$HOME/.vimino"

View file

@ -27,6 +27,7 @@ brew "jq"
brew "node"
brew "progress"
brew "python@3.11"
brew "ruby"
tap "go-task/tap"
brew "go-task/tap/go-task"
brew "volta"

View file

@ -1801,6 +1801,7 @@ async function installPlugins(pluginData) {
if (pluginData.cmd && pluginData.plugins && pluginData.plugins.length) {
const pluginWhen = pluginData.when
try {
log('info', 'Plugin When', pluginWhen)
runCommand(`Checking when condition for ${pluginData.package} plugin - ${plugin}`, pluginWhen)
for (const plugin of pluginData.plugins) {
try {