Skip to content

Instantly share code, notes, and snippets.

@dleve123
Created July 26, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dleve123/c07067185944463f96e8 to your computer and use it in GitHub Desktop.
Save dleve123/c07067185944463f96e8 to your computer and use it in GitHub Desktop.
Switch to Vundle
#!/bin/bash
vim_plugin_dirs=$(find vim/bundle -type d -maxdepth 1 -mindepth 1 | grep -v Vundle)
for dir in "${vim_plugin_dirs[@]}"; do
git rm --dry-run $dir
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment