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

https://github.com/mradionov/dotfiles


https://github.com/mradionov/dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

dotfiles
===

--- | Linux | Mac | Windows 8
--- | --- | --- | ---
**Editor** | Sublime Text 3 | Sublime Text 3 | Sublime Text 3
**Terminal** | Terminator | iterm2 | cmder
**Shell** | zsh + oh-my-zsh | zsh + oh-my-zsh | cmder
**Install** | `./bootstrap.sh` | `./bootstrap.sh` | `bootstrap.bat`

### C++ in Sublime

Plugins:
- [EasyClangComplete](https://github.com/niosus/EasyClangComplete) - autocomplete - requires clang (project must use cmake).
- [Clang Format](https://github.com/rosshemsley/SublimeClangFormat) - auto formatting on save - requires clang.