2016-07-30 20:24:10 +01:00
|
|
|
choco install -y firefox googlechrome wget notepadplusplus
|
|
|
|
|
2016-07-30 11:38:29 +01:00
|
|
|
wget -c https://cygwin.com/setup-x86_64.exe
|
2016-07-30 20:51:11 +01:00
|
|
|
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,zlib,fontconfig
|
2016-07-30 20:24:10 +01:00
|
|
|
|
|
|
|
c:\cygwin64\bin\bash.exe --login -c "cp -vr `cygpath $HOMEPATH`/.ssh $HOME/"
|
2016-07-30 20:13:01 +01:00
|
|
|
c:\cygwin64\bin\bash.exe --login -c "mkdir -pv $HOME/dev/"
|
2016-07-30 20:30:37 +01:00
|
|
|
c:\cygwin64\bin\bash.exe --login -c "git clone git@github.com:cyplo/dotfiles.git dev/dotfiles"
|
2016-07-30 20:24:10 +01:00
|
|
|
|
2016-07-30 20:39:07 +01:00
|
|
|
c:\cygwin64\bin\bash.exe --login -c "export DIR=$HOME/dev/dotfiles && export NOSUDO=true && export DONT_CHANGE_SHELL=true && bash $DIR/common/configure_fresh_system"
|
2016-07-30 10:00:14 +01:00
|
|
|
|