https://github.com/mradionov/dotfiles
https://github.com/mradionov/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mradionov/dotfiles
- Owner: mradionov
- Created: 2017-07-24T19:03:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T11:15:21.000Z (over 4 years ago)
- Last Synced: 2025-01-07T05:22:47.774Z (4 months ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.