install Ruby via choco on Windows instead of RVM
This commit is contained in:
parent
862d41f29c
commit
792a79443f
3 changed files with 4 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -51,3 +51,5 @@ alias benice="ionice -c3 nice -n20"
|
||||||
source ~/.setenv
|
source ~/.setenv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@echo on
|
@echo on
|
||||||
choco install -y firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5
|
choco install -y firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby ruby2.devkit
|
||||||
|
|
||||||
wget -c https://cygwin.com/setup-x86_64.exe
|
wget -c https://cygwin.com/setup-x86_64.exe
|
||||||
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,clang
|
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,clang
|
||||||
|
|
|
@ -12,6 +12,7 @@ git checkout $branch
|
||||||
export NOSUDO=true
|
export NOSUDO=true
|
||||||
export DONT_CHANGE_SHELL=true
|
export DONT_CHANGE_SHELL=true
|
||||||
export NORUST=true
|
export NORUST=true
|
||||||
|
export NORUBY=true
|
||||||
export NOVIM=true
|
export NOVIM=true
|
||||||
export NO_GO=true
|
export NO_GO=true
|
||||||
export DIR=$DOTFILES_PATH
|
export DIR=$DOTFILES_PATH
|
||||||
|
|
Loading…
Reference in a new issue