use wsl branch

pull/1/head
Andrew Coleman 2019-07-09 14:52:36 -04:00
parent 701a9d9a08
commit 80b83f3cba
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
git clone --bare ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git
git clone --bare ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git -b wsl
function config {
/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME $@
}