Commit 3e0f2d4

mo khan <mo.khan@gmail.com>
2019-11-23 06:05:50
allow all git protocols
1 parent 210db9a
Changed files (1)
bin/setup
@@ -2,7 +2,8 @@
 
 set -xe
 
+export GIT_ALLOW_PROTOCOL=file:git:http:https:ssh
 git submodule update --init --remote
 
-ln -sfh $PWD/vimrc $HOME/.vimrc
-ln -sfh $PWD $HOME/.vim
+ln -sfh "$PWD/vimrc" "$HOME/.vimrc"
+ln -sfh "$PWD" "$HOME/.vim"