mattnorris / atom-install

Atom Editor (and package) installation and removal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom Install

As Atom has matured, there have been some bumps. I have had to uninstall/reinstall due to buggy or sluggish behavior. These scripts automate most of that process.

Install

Download Atom and install it if it is not installed.

git clone git@github.com:mattnorris/atom-install.git

Install Common Development Packages

make dev

If you receive an error that apm is not installed, run Atom > Install Shell Commands and try again.

Also remember to:

Remove Atom Completely

Based on morberg's answer to How to Completely Uninstall Atom for Mac?

make remove

About

Atom Editor (and package) installation and removal


Languages

Language:Shell 67.7%Language:Makefile 32.3%