link in the already downloaded repo on windows

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 21:05:47 +02:00
parent a722dfba0a
commit 41e380c57c

View file

@ -2,4 +2,6 @@ choco install -y firefox googlechrome wget
wget -c https://cygwin.com/setup-x86_64.exe
REM cygwin installation
setup-x86_64.exe -R "C:\cygwin64" -s http://cygwin.netbet.org/ -q -g -P curl,zsh,git,vim,wget,xz,tar,gawk,bzip2,subversion
c:\cygwin64\bin\bash.exe --login -c "mkdir -v $HOME/dev/"
c:\cygwin64\bin\bash.exe --login -c "ln -vfs `cygpath $HOMEPATH`/dev/dotfiles $HOME/dev"