Skip to content

Instantly share code, notes, and snippets.

@sethrubenstein
Last active February 16, 2016 23:39
Show Gist options
  • Save sethrubenstein/57a2590d85271c83bf77 to your computer and use it in GitHub Desktop.
Save sethrubenstein/57a2590d85271c83bf77 to your computer and use it in GitHub Desktop.
My Current Atom Setup

Seth's Current Atom Packages

Functionality

  1. dockblockr - a helper package for writing documentation.
  2. git-log - graphs your git commits.
  3. git-plus - do git things in Atom without terminal.
  4. grunt-runner - run grun tasks from Atom
  5. language-nginx - adds Nginx syntax/coloring support.
  6. merge-conflicts - Resolve git conflicts visually in Atom.
  7. react (by orktes) - adds React.js JSX langauge support, snippets, auto completion.
  8. wordpress-api - Obviously, this adds WP Core API support and autocompletion.
  9. language-babel - A great JSX, ES201x helper addon

Interface

  1. file-icons - adds colors and icons for file types in the file tree sidebar.
  2. minimap - adds a Sublime text like preview of the full source code.
  3. todo-show - Finds all the TODOS, FIXMEs, CHANGEDs, etc... in your project.
  4. tool-bar - adds a nice positional toolbar, great if you spend most of your Atom time in full-screen.
  5. tool-bar-main - adds the main toolbar (File, Edit, etc...) to the tool-bar package.

Current Theme

UI Theme: One Dark Syntax Theme: Gruvbox

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