An open API service indexing awesome lists of open source software.

https://github.com/c-rainstorm/configs

存放所有的配置文件
https://github.com/c-rainstorm/configs

Last synced: 9 months ago
JSON representation

存放所有的配置文件

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

```