Remove vimbundles array from setup.sh

This array is no longer used.
This commit is contained in:
Eryn Wells 2025-02-18 13:22:23 -08:00
parent e8d08af807
commit 4bd546e649

View file

@ -5,9 +5,6 @@ sys=`uname -s | tr A-Z a-z`
skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents Python '.*\.orig' '.*~')
typeset -A vimbundles
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")
function link {
local action
local dest