Skip to content

Instantly share code, notes, and snippets.

@bartvm
Last active June 4, 2016 17:16
Show Gist options
  • Save bartvm/421d3993c3819b89fb8026a02ac8ef93 to your computer and use it in GitHub Desktop.
Save bartvm/421d3993c3819b89fb8026a02ac8ef93 to your computer and use it in GitHub Desktop.
Atom setup
  • Use SSHFS (installed with Homebrew) to browse remote files

Atom packages

  • atom-beautify
    • autopep8 through Anaconda
    • uncrustify through Homebrew
  • Linter
    • linter-clang
    • linter-cppcheck
      • cppcheck through Homebrew
    • linter-luacheck
      • luarocks install luacheck
    • linter-lua-findglobals
    • linter-flake8
  • git-plus
  • autocomplete-plus
    • autocomplete-clang
    • autocomplete-python
      • pip install jedi
  • merge-conflicts
  • highlight-selected
  • terminal-plus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment