├── JetBrainTheme ├── IDEA_settings.jar ├── color.json └── pycharm_settings.jar ├── README.md ├── eclipseConfig ├── Eclipse 配色方案.docx └── colors.epf └── toolBox ├── shell.txt └── updateAllSubDir.py /JetBrainTheme/IDEA_settings.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/JetBrainTheme/IDEA_settings.jar -------------------------------------------------------------------------------- /JetBrainTheme/color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/JetBrainTheme/color.json -------------------------------------------------------------------------------- /JetBrainTheme/pycharm_settings.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/JetBrainTheme/pycharm_settings.jar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/README.md -------------------------------------------------------------------------------- /eclipseConfig/Eclipse 配色方案.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/eclipseConfig/Eclipse 配色方案.docx -------------------------------------------------------------------------------- /eclipseConfig/colors.epf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/eclipseConfig/colors.epf -------------------------------------------------------------------------------- /toolBox/shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/toolBox/shell.txt -------------------------------------------------------------------------------- /toolBox/updateAllSubDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhaowow/GeneralConfig/HEAD/toolBox/updateAllSubDir.py --------------------------------------------------------------------------------