Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/atomsetup
https://github.com/kitlangton/atomsetup
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitlangton/atomsetup
- Owner: kitlangton
- Created: 2017-07-18T00:06:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T00:06:13.000Z (over 7 years ago)
- Last Synced: 2024-11-10T07:40:24.202Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Happiness
## Features
- **Snippets**
- If you write the same thing twice, snippetize it.
- **Keyboard Shortcuts**
- Never _click_ on a menu item; look at the shortcut and do that instead!## Atom Packages
- **Prettier**
- Auto-format on save.
- **atom-ternjs**
- Code intelligence.
- **language-babel**
- Language support for ES2016 and on.
- **emmet**
- The only reasonable way to write HTML.
- **dash** (or other doc integration)
- Easily view docs for command under cursor.
- **git-plus**
- Control git from Atom
- **jumpy**## Terminal
- **oh-my-zsh**
- plugins
- fasd plugin
- **aliases**
- alias gs=git status
- See: **Snippets** above.