diff --git a/scripts/fetch_submodules.sh b/scripts/fetch_submodules.sh deleted file mode 100755 index 30c1c33..0000000 --- a/scripts/fetch_submodules.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -git submodule init -git submodule update - diff --git a/scripts/make_links.sh b/setup.sh similarity index 87% rename from scripts/make_links.sh rename to setup.sh index 9e093c5..6da010e 100755 --- a/scripts/make_links.sh +++ b/setup.sh @@ -2,7 +2,7 @@ for dotfile in *; do case "${dotfile}" in - scripts|Makefile|*.md|LICENSE) + Makefile|*.md|LICENSE|setup.sh) # NOOP ;; *)