Преглед на файлове

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