https://github.com/c-rainstorm/configs
存放所有的配置文件
https://github.com/c-rainstorm/configs
Last synced: 9 months ago
JSON representation
存放所有的配置文件
- Host: GitHub
- URL: https://github.com/c-rainstorm/configs
- Owner: c-rainstorm
- License: mit
- Created: 2017-05-20T06:58:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T13:47:48.000Z (over 8 years ago)
- Last Synced: 2025-02-09T20:44:19.105Z (11 months ago)
- Language: CSS
- Size: 14.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# configs
放置所有配置文件
---
目录结构:
```
.
|-- eclipse // eclipse 相关配置
| |-- config-eclipse.epf
| |-- visualvm_139.zip
| `-- visualvm_launcher_u1_eclipse_36.zip
|-- idea // idea 相关配置
| |-- config
| `-- idea.properties // 将其移动到 ~/Idea*/
|-- vscode
| |-- config.sh
| `-- settings.json
|
|-- log4j2 // log4j2 配置文件
| `-- log4j2.xml
|-- mentohust
| |-- mentohust_0.3.4-1_amd64.deb
| |-- mentohust-0.3.4-2.el6.x86_64.rpm
| |-- mentohust.conf
| `-- README.md
|-- vim
| |-- install.sh
| `-- vimrc
|-- scripts
| |-- aliases // 快捷键
| |-- compile-git.sh // 编译 git
| |-- config-git.sh // 配置 git
| |-- config-hexo.sh // 配置 hexo **未完成**
| |-- install-shadowsocks.sh // 安装 shadowsocks
| |-- resources // hexo 相关资源
| `-- start-sslocal.sh
|-- LICENSE
`-- README.md
```