Chinaunix首页 | 论坛 | 博客
  • 博客访问: 107089
  • 博文数量: 19
  • 博客积分: 471
  • 博客等级: 下士
  • 技术积分: 251
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-16 10:03
文章分类

全部博文(19)

文章存档

2013年(1)

2012年(5)

2011年(13)

分类: LINUX

2012-10-15 13:16:12

vim配置: swaroopch / dotvim


1. Install git and curl
2. git clone git://github.com/swaroopch/dotvim.git
3. cd dotvim
4. ./install.sh

1. 安装git
yum install perl-DBI
yum install subversion-perl.x86_64
yum --disablerepo=\* --enablerepo=rpmforge install perl-Git

2. 使用git同步github项目,并安装
2.1 安装用于github https认证的ca根证书
cd ~
wget http://curl.haxx.se/ca/cacert.pem
curl --cacert /root/cacert.pem  -I
cp /etc/pki/tls/certs/ca-bundle.crt /root
cat cacert.pem >> /etc/pki/tls/certs/ca-bundle.crt

2.2 开始安装
cd /usr/local/
git clone git://github.com/swaroopch/dotvim.git
cd dotvim
./install.sh

vim插件管理器:vundle


阅读(1828) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~