NullVoxPopuli / ubuntu-post-install-script

I've had to set up a lot of Ubuntu systems, and I'm tired of it! AUTOMATE!
MIT License
4 stars 2 forks source link

add script for installing atom #14

Open NullVoxPopuli opened 8 years ago

NullVoxPopuli commented 8 years ago

https://atom.io/download/deb

NullVoxPopuli commented 8 years ago

automatically configure atom

keymap:

'atom-workspace atom-text-editor':
  'ctrl alt-down':   'pane:split-down-and-move-active-item'
  'ctrl alt-left':   'pane:split-left-and-move-active-item'
  'ctrl alt-right':  'pane:split-right-and-move-active-item'
  'ctrl alt-up':     'pane:split-up-and-move-active-item'
  'ctrl-shift-up':   'editor:add-selection-above'
  'ctrl-shift-down': 'editor:add-selection-below'
  # alt-enter converts search results into selections

  # ctrl+k + ctrl+direction navigates panes
  # but that's too many keystrokes, therefore:
  'alt-left':        'window:focus-pane-on-left'
  'alt-down':        'window:focus-pane-below'
  'alt-right':       'window:focus-pane-on-right'
  'alt-up':          'window:focus-pane-above'

  # pane moving (requires the move-panes package)
  'alt-shift-left':  'move-panes:move-left'
  'alt-shift-right': 'move-panes:move-right'
  'alt-shift-up':    'move-panes:move-up'
  'alt-shift-down':  'move-panes:move-down'

# reset / clear default keybindings, cause we don't like them
'atom-workspace atom-text-editor:not([mini])':
  'alt-shift-down': 'native!'
  'alt-shift-up': 'native!'

packages:

NullVoxPopuli commented 8 years ago

re opening, to add more packages (and remove others)

NullVoxPopuli commented 8 years ago

Added:

Removed:

Theme: Neutron / One Dark Syntax