# shell-life **Repository Path**: W-Matrix/shell-life ## Basic Information - **Project Name**: shell-life - **Description**: 学习UNIX的技术哲学,熟练整合使用简单高效的工具去解决复杂的问题。 - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2013-07-08 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #shell-life ## vim工作区环境配置 1. 最原始的方式是自行下载插件安装,并且手动编写好.vimrc配置文件,这个可以参考vim目录中lzh.*的内容 2. 更自动化简便的方式是使用插件管理工具进行插件维护配置: - 插件管理工具:[Vundle](https://github.com/VundleVim/Vundle.vim) - 使用流程:git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - 编辑.vimrc: 安装需要的Plugin(自动搜索),并且配置插件的设置即可 对应的vimrc文件参考poya.vimrc。