-
自定义的Vim、Git和Shell首选项配置文件:dotfiles
资源介绍
我的点文件
我的点文件-Vim,Shell(Bash和Zsh)和Git的自定义首选项
安装
$ git clone git://github.com/uarun/dotfiles.git
在可能的情况下,Vim插件将作为git子模块安装。 通过运行以下命令来检查这些内容:
$ cd dotfiles
$ git submodule init
$ git submodule update
创建符号链接:
$ cd dotfiles
$ ./setup.bash
VIM
Vim首选项分别存储在dotfiles/vimrc 。 所有插件和脚本都存储在dotfiles/vim目录中。
添加插件包
可以将在github上发布的插件安装为子模块。 例如,要安装xxx插件,请按照下列步骤操作:
$ cd ~/dotfiles
$ git submodule add http://gith