An open API service indexing awesome lists of open source software.

https://github.com/sky-big/vim

self vim config
https://github.com/sky-big/vim

bashrc gitconfig vimrc

Last synced: 4 months ago
JSON representation

self vim config

Awesome Lists containing this project

README

          

# vim

## 安装定制颜色配置方案
将mycolor.vim拷贝到vim存储配色方案的目录

## 安装插件管理器
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

## 安装所有插件
在vim中执行:PluginInstall

## 安装vim-go需要的命令
在vim中执行:GoInstallBinaries

# bash

## 安装
将bash目录下的bashrc拷贝到用户目录下改名为.bashrc

# git

## 安装配置
将git目录下的gitconfig拷贝到用户根目录下改名为.gitconfig

将git目录下的gitconfig-local拷贝到用户根目录下改名为.gitconfig-local

## 私有定制配置
将git目录下的git-prompt.sh拷贝到用户根目录下改名为.git-prompt.sh