Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishu3101/0b41e36d215ba5eef024 to your computer and use it in GitHub Desktop.
Save ishu3101/0b41e36d215ba5eef024 to your computer and use it in GitHub Desktop.
Quickly Install Packages for the Atom Text Editor
# Preview Anything
apm install preview-plus
# Beautify your code
apm install atom-beautify
# easy access and switching between projects in Atom like sublime text
apm install project-manager
# search various sites in your default browser from atom
apm install search
# Run code in Atom like in Sublime text
apm install script
# open terminal here
apm install atom-terminal
# add syntax highlighting to PowerShell for atom
apm install language-powershell
# Clipboard Manager for Atom
apm install atom-powersnap
# save atom session including unsaved files
apm install save-session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment