install neocomplete under cygwin
This commit is contained in:
parent
e82f80209c
commit
1b1c192f9a
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
@echo on
|
@echo on
|
||||||
choco install -y firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby ruby2.devkit
|
choco install -y firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby nodejs
|
||||||
|
|
||||||
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,cmake,lua,perl
|
||||||
|
|
||||||
set script_path=%~dp0
|
set script_path=%~dp0
|
||||||
set repo_path=%script_path%\..\
|
set repo_path=%script_path%\..\
|
||||||
|
|
|
@ -13,7 +13,6 @@ export NOSUDO=true
|
||||||
export DONT_CHANGE_SHELL=true
|
export DONT_CHANGE_SHELL=true
|
||||||
export NORUST=true
|
export NORUST=true
|
||||||
export NORUBY=true
|
export NORUBY=true
|
||||||
export NOVIM=true
|
|
||||||
export NO_GO=true
|
export NO_GO=true
|
||||||
export DIR=$DOTFILES_PATH
|
export DIR=$DOTFILES_PATH
|
||||||
|
|
||||||
|
@ -21,4 +20,5 @@ curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
||||||
python /tmp/get-pip.py
|
python /tmp/get-pip.py
|
||||||
|
|
||||||
$DIR/common/configure_fresh_system
|
$DIR/common/configure_fresh_system
|
||||||
|
ln -vfs $DIR/windows_cygwin/.minttyrc $HOME/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue