Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add script for installing atom #14

Open
NullVoxPopuli opened this issue Nov 12, 2015 · 3 comments
Open

add script for installing atom #14

NullVoxPopuli opened this issue Nov 12, 2015 · 3 comments

Comments

@NullVoxPopuli
Copy link
Owner

https://atom.io/download/deb

@NullVoxPopuli
Copy link
Owner Author

NullVoxPopuli commented Nov 12, 2015

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:

  • jsformat
  • atom-handlebars
  • language-slim
  • autocomplete-ruby
  • aligner-ruby
  • git-blame
  • tree-view-git-status
  • git-history
  • merge-conflicts

@NullVoxPopuli
Copy link
Owner Author

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

@NullVoxPopuli
Copy link
Owner Author

NullVoxPopuli commented Apr 25, 2016

Added:

  • aligner
  • aligner-ruby
  • linter
  • linter-jscs
  • linter-ruby # uses ruby -wc
  • linter-rubocop # all the warnings
  • rubocop-auto-correct
  • linter-sass-lint
  • language-syntax-settings

Removed:

  • jsformat

Theme: Neutron / One Dark Syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant