From 61ceecebc7e4e00e34540df21745d3f9b672fe13 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 9 Jun 2015 22:15:25 -0400 Subject: Fix vim indent and pull submodules correctly. --- bin/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/setup.sh b/bin/setup.sh index 7bca3e7..afc42e2 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -18,7 +18,7 @@ if ! which git >/dev/null; then fi cd ~/dotfiles -git submodule update --recursive +git submodule update --init --recursive git submodule foreach pull cd -- cgit v1.2.3