update url

pull/1/head
Andrew Coleman 2019-01-17 21:18:48 -05:00
parent cffe71ed45
commit d56f8835f8
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 git@github.com:penguincoder/dotfiles.git
git clone --bare git@git.penguincoder.org:2222:penguincoder/dotfiles.git
function config {
/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME $@
}