Commit 52f1c13

mo khan <mo@mokhan.ca>
2021-10-04 01:10:47
symlink configs first
1 parent 7117f94
Changed files (1)
Makefile
@@ -2,10 +2,6 @@ SHELL := /bin/bash
 
 default: export GIT_ALLOW_PROTOCOL=file:git:http:https:ssh
 default:
-	git submodule update --init --remote
 	ln -sfn ${PWD}/vimrc ${HOME}/.vimrc
 	ln -sfn ${PWD} ${HOME}/.vim
-
-update:
-	git pull origin master
-	git submodule foreach 'git fetch origin && git reset --hard origin/master'
+	git submodule update --init --remote