https://github.com/ofhouse/atomfiles
Atom Config
https://github.com/ofhouse/atomfiles
Last synced: about 1 month ago
JSON representation
Atom Config
- Host: GitHub
- URL: https://github.com/ofhouse/atomfiles
- Owner: ofhouse
- Created: 2016-01-09T15:24:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T12:35:10.000Z (over 8 years ago)
- Last Synced: 2025-02-28T05:20:59.947Z (2 months ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atom Editor Config
Since I am using [atom](https://atom.io) for pretty everything I code, I want to
share my configuration over all devices / OS (Windows, Linux, Mac) I am using atom with.Feel free to copy & share if you like it or found something useful :)
## Installed Atom plugins
- [autoclose-html](https://atom.io/packages/autoclose-html)
- [color-picker](https://atom.io/packages/color-picker)
- [git-blame](https://atom.io/packages/git-blame)
- [git-plus](https://atom.io/packages/git-plus)
- [highlight-selected](https://atom.io/packages/highlight-selected)
- [keyboard-localization](https://atom.io/packages/keyboard-localization)
Iam used to write with a German keyboard layout ;-)
- [linter](https://atom.io/packages/linter)
- [linter-eslint](https://atom.io/packages/linter-eslint)
- [linter-stylelint](https://atom.io/packages/linter-stylelint)
- [minimap](https://atom.io/packages/minimap)
- [minimap-highlight-selected](https://atom.io/packages/minimap-highlight-selected)
- [project-manager](https://atom.io/packages/project-manager)
- [react](https://atom.io/packages/react)```sh
$ apm install \
autoclose-html \
color-picker \
git-blame \
git-plus \
highlight-selected \
keyboard-localization \
linter \
linter-eslint \
linter-stylelint \
minimap \
minimap-highlight-selected \
project-manager \
react
```## Styleguides
Iam a big fan of "convention over configuration", so here I list some best
practice styleguides for good & happy coding:- Javascript
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- SASS / CSS
- [Airbnb CSS / Sass Styleguide](https://github.com/airbnb/css)