do not quit if ~/dev already exists on windows
This commit is contained in:
parent
e1963ba100
commit
38e40c85b9
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ choco install -y firefox googlechrome wget
|
||||||
wget -c https://cygwin.com/setup-x86_64.exe
|
wget -c https://cygwin.com/setup-x86_64.exe
|
||||||
REM cygwin installation
|
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
|
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 "mkdir -pv $HOME/dev/"
|
||||||
c:\cygwin64\bin\bash.exe --login -c "ln -vfs `cygpath $HOMEPATH`/dev/dotfiles $HOME/dev"
|
c:\cygwin64\bin\bash.exe --login -c "ln -vfs `cygpath $HOMEPATH`/dev/dotfiles $HOME/dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue