Skip to content

Instantly share code, notes, and snippets.

@cezr
Last active October 16, 2017 22:55
Show Gist options
  • Save cezr/20c92ac9b42be93ef6b144f8f7b567c4 to your computer and use it in GitHub Desktop.
Save cezr/20c92ac9b42be93ef6b144f8f7b567c4 to your computer and use it in GitHub Desktop.
Settings, shortcuts notes for Atom IDE

My Atom IDE Setup:

Atom Shell Command

  • 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

Plugin packages

Git:

Emacs:

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.

React Themes:

Workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment