@@ -15,7 +15,7 @@ fi &&
ln -sf "${dir}/vimrc" ~/.vimrc &&
(
- cd "${dir}" &&
+ cd "${dir}/.." &&
git submodule init &&
git submodule update
)