Skip to content

Instantly share code, notes, and snippets.

@kelvinlemus
Last active November 17, 2017 16:27
Show Gist options
  • Select an option

  • Save kelvinlemus/16d4ee906cbe6cc509a4006322fe9c9b to your computer and use it in GitHub Desktop.

Select an option

Save kelvinlemus/16d4ee906cbe6cc509a4006322fe9c9b to your computer and use it in GitHub Desktop.
Atom Config
'body':
'ctrl-1': 'window:focus-pane-on-left'
'ctrl-2': 'window:focus-pane-on-right'

Core Settings

uncheck

  • Auto Hide Menu Bar
  • Remove Empty Panes

Ignore names
node_modules, bower_components, *.log, *.sql

Editor

Font family
Hack

Packages

  • keyboard-scroll by samu
  • ruby-block by hmatsuda
  • linter-coffelint by AtomLinter
  • linter-rubocop by AtomLinter

settings: command: /home/kelvin/.rvm/gems/ruby-2.4.0@system_api/wrappers/rubocop

  • linter-js-standard by ricardofbarros
  • markdown-preview-plus by atom-community
  • markdown-preview-enhanced by shd101wyy
  • project-manager by danielbrodin
  • language-javascript-jsx by subtlegradient
  • highlight-selected by richrace

whitespace

uncheck

  • ignore whitespce on current line
  • ignore whitespaces only lines

check

  • ensure single trailing newline

Themes

Syntax

  • Oceanic Next
  • Pure
  • Behave
  • Loved
atom-panel.modal.overlay.from-top {
font-size: 16px;
width: 800px;
}
.fuzzy-finder .list-group .secondary-line {
color: silver !important;
font-size: 16px;
letter-spacing: 1px;
}
.fuzzy-finder .list-group li.selected .secondary-line {
color: white !important;
}
.tree-view, .tab-bar .title {
font-size: 1.2em;
}
.tree-view {
.header:before {
margin-right: 2px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment