登录 注册
当前位置:主页 > 资源下载 > 9 > 自定义的Vim、Git和Shell首选项配置文件:dotfiles

自定义的Vim、Git和Shell首选项配置文件:dotfiles

  • 更新:2024-11-21 17:58:56
  • 大小:25.27MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

我的点文件 我的点文件-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