Vim 安装vundle 和maximum-awesome



first step:


分别安装git和msysgit 


Install msysgit

After installation try running git --version within command prompt (press Win-R, typecmd, press Enter) to make sure all good:

C:\> git --version
git version 1.7.4.msysgit.0
Setup Curl

Instructions blatently copied from vundle readme Installing Curl on Windows is easy asCurl is bundled with msysgit! But before it can be used with Vundle it's required makecurl run in command prompt. The easiest way is to create curl.cmd with this content

@rem Do not use "echo off" to not affect any child calls.
@setlocal

@rem Get the absolute path to the parent directory, which is assumed to be the
@rem Git installation root.
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI
@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%

@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH%
@if not exist "%HOME%" @set HOME=%USERPROFILE%

@curl.exe %*

And copy it to C:\Program Files\Git\cmd\curl.cmd, assuming msysgit was installed toc:\Program Files\Git

to verify all good, run:

C:\> curl --version
curl 7.21.1 (i686-pc-mingw32) libcurl/7.21.1 OpenSSL/0.9.8k zlib/1.2.3
Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: Largefile NTLM SSL SSPI libz


2.安装vundle


git clone https://github.com/gmarik/vundle.git /.vim/bundle/vundle
这个命令将安装vundle到当用户目录下,于我机如下目录示c:/codument setting\addrmiastro

3。下载maximum-awesome
把maximum-awesome 的文件全放到当前用户目标录下,于我机如下示目标录:c:/codument setting\addrimisnt
然后vimrc改成_vimrc,
vimrc.bundles改成.vimrc.bundles
vimrc.local改成.vimrc.local
vimrc.bundles.local改成.vimrc.bundles.local



4.安装VIM
这个直接装了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值