# tools **Repository Path**: monrc/tools ## Basic Information - **Project Name**: tools - **Description**: 常用的工具脚本,软件配置 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-07 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一 vim配置脚本 包管理器VundleVim下载地址 https://kkgithub.com/VundleVim/Vundle.vim 1. git clone https://kkgithub.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2. 在vim输入PluginInstall 二 代码格式化工具下载地址 https://sourceforge.net/projects/astyle/ 脚本文件astyle.bat,首次使用需要修改软件路径,记事本打开修改即可 其他软件配置参数 MDK //单个文件 command D:\Program Files\AStyle\bin\AStyle.exe arguments --style=allman -k3 -W1 -xG -S -T -xb -U -p -xf -xh -xC120 -xL -H -Y -xW -w -n !E source insight run "D:\Program Files (x86)\Source Insight 4.0\AStyle\bin\AStyle.exe" --style=allman -k3 -W1 -xG -S -T -xb -U -p -xf -xh -xC120 -xL -H -Y -xW -w -n %f