Skip to content

Instantly share code, notes, and snippets.

@jochumdev
Created January 30, 2015 01:04
Show Gist options
  • Save jochumdev/663179619448639fa04f to your computer and use it in GitHub Desktop.
Save jochumdev/663179619448639fa04f to your computer and use it in GitHub Desktop.
My Atom.io install

My Atom.io Install

Install it (on Ubuntu)

sudo add-apt-repository -y ppa:webupd8team/atom
sudo apt-get update
sudo apt-get -y install atom

Install "basic" plugins

apm install project-manager
apm install linter
apm install monokai
apm install autocomplete-plus
apm install git-control
apm install merge-conflicts
apm install clipboard-history
apm install minimap
apm install minimap-git-diff
apm install go-to-line

Python Flake8 linter for atom

sudo add-apt-repository -y ppa:cjohnston/flake8
sudo apt-get update
sudo apt-get -y install python-pip python-flake8
apm install linter-flake8

Python autocomplete for atom

sudo apt-get -y install python3-jedi python-jedi
apm install autocomplete-plus-jedi

Python import sorter

Uses Isort

sudo pip install isort
apm install python-isort

Navigator :)

apm install atom-ctags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment