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
- Host: GitHub
- URL: https://github.com/sky-big/vim
- Owner: sky-big
- Created: 2019-05-29T07:47:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T10:52:15.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T13:00:47.210Z (6 months ago)
- Topics: bashrc, gitconfig, vimrc
- Language: Vim script
- Homepage: https://github.com/sky-big/vim
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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