소스 검색

install.sh: remove git submodule init

Thomas Dy 5 일 전
부모
커밋
048e818805
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .roaming/install.sh

+ 1 - 3
.roaming/install.sh

@@ -1,13 +1,11 @@
 #!/bin/sh
-cd
+cd || exit
 export GIT_DIR="./.dotfiles"
 export GIT_WORK_TREE="."
 git init
 git remote add origin https://git.pleasantprogrammer.com/thatsmydoing/dotfiles.git
 git fetch
 git checkout -ft origin/master
-git submodule init
-git submodule update
 
 # create vim state folders
 mkdir -p .cache/vim/undo