diff --git a/scripts/fetch_submodules.sh b/scripts/fetch_submodules.sh deleted file mode 100755 index 60cde2b..0000000 --- a/scripts/fetch_submodules.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd ~/.vim -git submodule init -git submodule update - diff --git a/scripts/make_command-t.sh b/scripts/make_command-t.sh deleted file mode 100755 index cfa6a41..0000000 --- a/scripts/make_command-t.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cd ~/.vim/bundle/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make