- Launch Atom and select "Atom - Install Shell Commands" menu to install atom and apm commands
- Add /usr/local/bin to PATH environment variable
- Now, you can load file from terminal with atom [directory or file]
- echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile
Git:
- git-blame - Toggle git-blame annotations in the gutter of atom editor.
- merge-conflicts - Resolve git conflicts within Atom.
- tree-view-git-status - Show the Git repository status in the Atom tree-view.
Emacs:
- clipboard-plus - Keeps your clipboard history.
- sort-lines - Sorts your lines. Never gets tired.
- disable-keybindings - Disables keybindings
Sync:
- sync-settings - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.
Projects:
- project-manager - Project Manager for easy access and switching between projects in Atom.
- spacegray-dark-ui - Port of the Spacegray Sublime Text theme