Skip to content

Instantly share code, notes, and snippets.

@lirantal
Last active September 2, 2016 21:34
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 lirantal/348eaf5ae79e07dd86319382c8c1bd91 to your computer and use it in GitHub Desktop.
Save lirantal/348eaf5ae79e07dd86319382c8c1bd91 to your computer and use it in GitHub Desktop.
# Get Atom
Download atom from http://atom.io
## Make Atom run faster on possible blacklisted video cards (rendering issue):
cp /usr/share/applications/atom.desktop ~/.local/share/applications
gkedit ~/.local/share/applications/atom.desktop
## append the following to the executable command:
--ignore-gpu-blacklist --disable-gpu-sandbox
# List of plugins
clipboard-plus
docblockr
editorconfig
highlight-line
highlight-selected
open-recent
simple-drag-drop-text
atom-material-ui
atom-material-syntax
terminal-plus
tree-view-autoresize
tree-view-git-status
save-session
linter
linter-php
linter-eslint
# Nice to have:
activate-power-mode
ask-stack
atom-beautify
emmet
git-control
language-cloudslang
linter
linter-eslint
linter-jshint
merge-conflicts
node-debugger
platformio-ide-terminal
-> configure it to use git bash:
execute: C:\Program Files\Git\bin\bash.exe
arguments: -l -i
project-manager
rest-client
save-session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment