# vim **Repository Path**: jelly_person/vim ## Basic Information - **Project Name**: vim - **Description**: vim 快捷配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim My vim config files ## install ### UNIX #### auto install ``` wget -O - https://gitee.com/jelly_person/vim/raw/master/auto_install.sh | sh ``` or ``` curl -o - https://gitee.com/jelly_person/vim/raw/master/auto_install.sh | sh ``` #### manual install Download the git project anywhere you want to placed. Locate into the project directory, then run the next command in terminal. ``` # sh ./run.sh ``` ### windows Download the git project anywhere you want to placed. Locate into the project directory, double click the `run.bat` script.