Skip to content

Instantly share code, notes, and snippets.

@au5ton
Last active June 28, 2017 11:18
Show Gist options
  • Save au5ton/e5cef64d3c05f7f8391387ff65bc2057 to your computer and use it in GitHub Desktop.
Save au5ton/e5cef64d3c05f7f8391387ff65bc2057 to your computer and use it in GitHub Desktop.
Atom config for Windows
# Your keymap
#
'atom-text-editor':
'ctrl-shift-i': 'auto-indent:apply'
'ctrl-f': 'find-and-replace:toggle'

Settings -> Editor

  • Font Family = Roboto Mono
  • Tab Length = 4

Settings -> Packages

  • atom-clock
  • auto-indent
  • autoclose-html
  • color-picker
  • file-icons
  • minimap
  • webbox-color

Settings -> Themes

  • pristine-ui ("Pristine")
  • monokai ("Monokai")
//Custom stylesheet
//File -> Stylesheet
atom-workspace {
font-weight: 500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment