tell git explicitely where to clone the inner repo
This commit is contained in:
parent
c074ea7b00
commit
e4ecedd64f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ setup-x86_64.exe -R "C:\cygwin64" -s http://cygwin.netbet.org/ -q -g -P curl,zsh
|
|||
|
||||
c:\cygwin64\bin\bash.exe --login -c "cp -vr `cygpath $HOMEPATH`/.ssh $HOME/"
|
||||
c:\cygwin64\bin\bash.exe --login -c "mkdir -pv $HOME/dev/"
|
||||
c:\cygwin64\bin\bash.exe --login -c "git clone git@github.com:cyplo/dotfiles.git"
|
||||
c:\cygwin64\bin\bash.exe --login -c "git clone git@github.com:cyplo/dotfiles.git dev/dotfiles"
|
||||
|
||||
c:\cygwin64\bin\bash.exe --login -c "export DIR=$HOME/dev/dotfiles && bash $DIR/common/configure_fresh_system"
|
||||
|
||||
|
|
Loading…
Reference in a new issue