Thomas Dy пре 7 година
родитељ
комит
5b109fe705
2 измењених фајлова са 16 додато и 1 уклоњено
  1. 15 0
      .dotfiles/install.sh
  2. 1 1
      .gitmodules

+ 15 - 0
.dotfiles/install.sh

@@ -0,0 +1,15 @@
+#!/bin/sh
+cd
+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
+mkdir -p .cache/vim/swap
+mkdir -p .cache/vim/backup

+ 1 - 1
.gitmodules

@@ -1,3 +1,3 @@
 [submodule ".zsh/zplug"]
 	path = .zsh/zplug
-	url = git@github.com:zplug/zplug.git
+	url = https://github.com/zplug/zplug.git