Skip to content

Instantly share code, notes, and snippets.

@jcasimir
Created March 12, 2014 16:22
Show Gist options
  • Save jcasimir/9510469 to your computer and use it in GitHub Desktop.
Save jcasimir/9510469 to your computer and use it in GitHub Desktop.
Notes about the Atom Editor

Getting Setup

Creating an Alias

In you ~/.bash_profile, add:

alias a="/Applications/Atom.app/Contents/MacOS/Atom $1"

Then run source ~/.bash_profile from your terminal. Open files/directories with:

a .

Where . opens the current directory, or replace . with a file or folder name.

@anoldguy
Copy link

"Atom" -> "Install Shell Commands" will give you atom, so you can use it like:

atom .

or

atom <foo>

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