Last active
May 23, 2016 16:30
-
-
Save RodrigoEspinosa/67285d04e6fdb57de45eb40f306ef7d1 to your computer and use it in GitHub Desktop.
automatic update by http://atom.io/packages/sync-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to make opened Markdown files always be soft wrapped: | |
# | |
# path = require 'path' | |
# | |
# atom.workspaceView.eachEditorView (editorView) -> | |
# editor = editorView.getEditor() | |
# if path.extname(editor.getPath()) is '.md' | |
# editor.setSoftWrap(true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your keymap | |
# | |
# Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors | |
# to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. | |
# | |
# You can create a new keybinding in this file by typing "key" and then hitting | |
# tab. | |
# | |
# Here's an example taken from Atom's built-in keymap: | |
# | |
# '.editor': | |
# 'enter': 'editor:newline' | |
# | |
# '.workspace': | |
# 'ctrl-P': 'core:move-up' | |
# 'ctrl-p': 'core:move-down' | |
# | |
# Same pane flow as the terminal window | |
# '.editor': | |
# 'cmd-shift-left': 'pane:show-previous-item' | |
# 'cmd-shift-right': 'pane:show-next-item' | |
'.platform-darwin atom-text-editor': | |
'cmd-b': 'bookmarks:toggle-bookmark' | |
'.platform-darwin atom-pane atom-text-editor:not([mini])': | |
'cmd-/': 'editor:toggle-line-comments' | |
'cmd-shift-/': 'emmet:toggle-comment' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Lucario", | |
"version": "1.0.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "about", | |
"version": "1.4.2" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.61.1" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.27.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.51.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-handlebars", | |
"version": "1.3.0" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.28.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.43.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-ternjs", | |
"version": "0.14.1" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.11.0" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.7.2" | |
}, | |
{ | |
"name": "autocomplete-paths", | |
"version": "1.0.2" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.29.1" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.10.0" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.27.0" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.23.1" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.1.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.1.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.38.2" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.81.0" | |
}, | |
{ | |
"name": "cake-syntax", | |
"version": "0.5.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "chester-atom-syntax", | |
"version": "0.1.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.38.0" | |
}, | |
{ | |
"name": "conduco", | |
"version": "0.1.0" | |
}, | |
{ | |
"name": "css-snippets", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.54.1" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.47.0" | |
}, | |
{ | |
"name": "docblockr", | |
"version": "0.7.3" | |
}, | |
{ | |
"name": "easy-motion-redux", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "editorconfig", | |
"version": "1.4.1" | |
}, | |
{ | |
"name": "emmet", | |
"version": "2.4.3" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.21.0" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.37.0" | |
}, | |
{ | |
"name": "file-icons", | |
"version": "1.7.12" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.199.0" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.0.5" | |
}, | |
{ | |
"name": "genesis-ui", | |
"version": "0.5.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.0.1" | |
}, | |
{ | |
"name": "git-log", | |
"version": "0.4.1" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.30.0" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.48.1" | |
}, | |
{ | |
"name": "hacker-news-background-titles", | |
"version": "0.2.0" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.57.0" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.25.1" | |
}, | |
{ | |
"name": "indentation-indicator", | |
"version": "0.6.0" | |
}, | |
{ | |
"name": "jsonpp", | |
"version": "0.1.1" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.35.0" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.51.1" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.20.0" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.46.1" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "0.12.1" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.36.0" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.85.0" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.12.1" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.42.0" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.44.1" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.16.0" | |
}, | |
{ | |
"name": "language-jade", | |
"version": "0.7.1" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.17.0" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.110.0" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.17.6" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.29.0" | |
}, | |
{ | |
"name": "language-lua", | |
"version": "0.9.4" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.21.0" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.13.0" | |
}, | |
{ | |
"name": "language-nunjucks", | |
"version": "4.0.0" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.32.0" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.37.0" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.8.0" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.43.0" | |
}, | |
{ | |
"name": "language-restructuredtext", | |
"version": "0.13.0" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.68.3" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.0" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.46.0" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.21.0" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.20.0" | |
}, | |
{ | |
"name": "language-text", | |
"version": "0.7.1" | |
}, | |
{ | |
"name": "language-todo", | |
"version": "0.27.0" | |
}, | |
{ | |
"name": "language-toml", | |
"version": "0.18.0" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.34.4" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.25.1" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.3.1" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.1" | |
}, | |
{ | |
"name": "linter", | |
"version": "1.11.4" | |
}, | |
{ | |
"name": "linter-coffeelint", | |
"version": "1.1.2" | |
}, | |
{ | |
"name": "linter-eslint", | |
"version": "7.2.2" | |
}, | |
{ | |
"name": "linter-handlebars", | |
"version": "2.3.4" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.158.0" | |
}, | |
{ | |
"name": "merge-conflicts", | |
"version": "1.4.2" | |
}, | |
{ | |
"name": "metrics", | |
"version": "0.53.1" | |
}, | |
{ | |
"name": "minimap", | |
"version": "4.24.0" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.63.1" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.2.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.2.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.2.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.2.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.0.1" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.0.0" | |
}, | |
{ | |
"name": "preview", | |
"version": "0.16.9" | |
}, | |
{ | |
"name": "quantum-syntax", | |
"version": "0.3.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "quantum-ui", | |
"version": "0.3.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "react", | |
"version": "0.15.0" | |
}, | |
{ | |
"name": "require-opener", | |
"version": "2.0.3" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.235.1" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.0.1" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "sort-lines", | |
"version": "0.14.0" | |
}, | |
{ | |
"name": "spacegray-dark-syntax", | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "spacegray-dark-ui", | |
"version": "0.12.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.67.0" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.1.2" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.45.2" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.112.0" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.7.2" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.92.0" | |
}, | |
{ | |
"name": "tabs-to-spaces", | |
"version": "1.0.2" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.33.1" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.205.0" | |
}, | |
{ | |
"name": "unity-ui", | |
"version": "2.1.4", | |
"theme": "ui" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "wakatime", | |
"version": "5.0.8" | |
}, | |
{ | |
"name": "watson", | |
"version": "0.2.4", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "webbox-color", | |
"version": "0.5.9" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.32.2" | |
}, | |
{ | |
"name": "wrap-guide", | |
"version": "0.38.1" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Zen": { | |
"fullscreen": true, | |
"width": 90 | |
}, | |
"achievements": {}, | |
"activate-power-mode": { | |
"particles": { | |
"size": {}, | |
"spawnCount": {}, | |
"totalCount": {} | |
}, | |
"screenShake": {} | |
}, | |
"atom-ctags": { | |
"cmdArgs": "--exclude=node_modules --exclude=bower_components" | |
}, | |
"atom-lint": { | |
"flake8": { | |
"path": "/Library/Python/2.7/site-packages/flake8/" | |
}, | |
"ignoredNames": [ | |
"tmp/**" | |
] | |
}, | |
"atom-pair": { | |
"pusher_app_key": "f0d7931319d4c0f50c68", | |
"pusher_app_secret": "1104454fc2e5aef81a89" | |
}, | |
"atom-spotify": { | |
"displayOnLeftSide": false | |
}, | |
"atom-terminal-panel": {}, | |
"atom-ternjs": { | |
"useSnippetsAndFunction": true | |
}, | |
"autocomplete-jedi": { | |
"includeCompletionsFromAllBuffers": true | |
}, | |
"autocomplete-plus": { | |
"includeCompletionsFromAllBuffers": true | |
}, | |
"core": { | |
"audioBeep": false, | |
"disabledPackages": [ | |
"atom-lint", | |
"linter-pep8", | |
"linter-pylint", | |
"python-isort", | |
"autocomplete", | |
"timekeeper", | |
"atom-spotify", | |
"bower-install", | |
"atom-wield", | |
"terminal-status", | |
"web-browser", | |
"hacker-news", | |
"irc", | |
"background-tips", | |
"atom-jade", | |
"atom-achievements", | |
"achievements", | |
"auto-update-packages", | |
"welcome", | |
"django-templates", | |
"placeholder-text", | |
"Tern", | |
"ember-snippets", | |
"linter-write-good", | |
"atom-pair", | |
"vim-mode", | |
"symbols-tree-view", | |
"Zen", | |
"auto-copyright", | |
"img-placeholder", | |
"term2", | |
"color-picker", | |
"linter-csslint", | |
"linter-jshint", | |
"language-haskell", | |
"linter-flake8", | |
"hyperclick", | |
"project-manager", | |
"tool-bar", | |
"linter-htmlhint", | |
"language-puppet", | |
"linter-jscs", | |
"atom-ctags" | |
], | |
"followSymlinks": true, | |
"packagesWithKeymapsDisabled": [ | |
"nuclide-quick-open" | |
], | |
"projectHome": "/User/rec/Documents/Projects/rec", | |
"themes": [ | |
"spacegray-dark-ui", | |
"chester-atom-syntax" | |
] | |
}, | |
"django-templates": {}, | |
"docblockr": {}, | |
"editor": { | |
"autoIndent": false, | |
"fontFamily": "Hack", | |
"fontSize": 12, | |
"invisibles": {}, | |
"lineHeight": 1.4, | |
"scrollPastEnd": true, | |
"showIndentGuide": true, | |
"useHardwareAcceleration": false, | |
"useShadowDOM": true | |
}, | |
"emmet": {}, | |
"exception-reporting": { | |
"userId": "4da96a87-801d-21dc-de91-b1b1be0e6152" | |
}, | |
"file-icons": {}, | |
"file-watcher": { | |
"promptWhenFileHasChangedOnDisk": false | |
}, | |
"fuzzy-finder": {}, | |
"git-log": {}, | |
"git-plus": {}, | |
"ide-haskell": {}, | |
"irc": { | |
"channels": "#jsconfuy", | |
"connectOnStartup": true, | |
"host": "owu.irc.slack.com", | |
"nickname": "rec", | |
"password": "owu.jeyOAugVhoNK8KDLcxJC", | |
"port": "6667", | |
"secure": true, | |
"serverPassword": "owu.jeyOAugVhoNK8KDLcxJC" | |
}, | |
"jsonpp": {}, | |
"linter": { | |
"errorPanelHeight": 45, | |
"ignoredLinterErrors": [ | |
"flake8" | |
], | |
"lintDebug": true, | |
"lintOnChange": false, | |
"statusBar": "Show all errors", | |
"subtleLinterErrors": [ | |
"jshint", | |
"handlebars" | |
] | |
}, | |
"linter-csslint": { | |
"csslintExecutablePath": "/usr/local/bin/" | |
}, | |
"linter-flake8": { | |
"executableDir": "/usr/local/bin", | |
"ignoreErrorCodes": [ | |
"F403" | |
] | |
}, | |
"linter-jscs": { | |
"harmony": true, | |
"onlyConfig": true | |
}, | |
"linter-jshint": { | |
"jshintExecutablePath": "/usr/local/bin/" | |
}, | |
"linter-pep8": { | |
"pep8ExecutablePath": "/usr/local/bin" | |
}, | |
"linter-write-good": {}, | |
"merge-conflicts": { | |
"gitPath": "/usr/bin/git" | |
}, | |
"metrics": { | |
"userId": "4f92349e51fc5b0bbe97ed250b1010a53221e993" | |
}, | |
"minimap": { | |
"absoluteMode": true, | |
"textOpacity": 0.25 | |
}, | |
"nuclide": { | |
"lastConnectionDetails": { | |
"lastOfficialRemoteServerCommand": "nuclide-start-server" | |
}, | |
"remoteProjectsConfig": [] | |
}, | |
"one-dark-ui": { | |
"layoutMode": "Compact" | |
}, | |
"preview": { | |
"_analyticsUserId": "fe146a56-3ed1-4744-85be-c83c5550a7e0" | |
}, | |
"project-manager": { | |
"sortBy": "group" | |
}, | |
"project-manager:showPath": false, | |
"react": {}, | |
"symbols-tree-view": { | |
"autoToggle": true | |
}, | |
"sync-settings": {}, | |
"tabs": { | |
"usePreviewTabs": true | |
}, | |
"term2": { | |
"colors": {} | |
}, | |
"terminal-status": {}, | |
"tool-bar": { | |
"iconSize": "16px", | |
"position": "Left" | |
}, | |
"tree-view": {}, | |
"vim-mode": {}, | |
"wakatime": { | |
"apikey": "93c043a2-2e4e-4d2c-985b-91e3b0f0dfd4" | |
}, | |
"web-browser": { | |
"useRightPane": true | |
}, | |
"webbox-color": { | |
"fillColorAsBackground": false | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your snippets | |
# | |
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
# expand the prefix into a larger code block with templated values. | |
# | |
# You can create a new snippet in this file by typing "snip" and then hitting | |
# tab. | |
# | |
# An example CoffeeScript snippet to expand log to console.log: | |
# | |
# '.source.coffee': | |
# 'Console log': | |
# 'prefix': 'log' | |
# 'body': 'console.log $1' | |
# | |
'.source.coffee': | |
'Console log debugging': | |
'prefix': 'debug' | |
'body': """ | |
console.log Array(60).join '=' | |
console.log $1 | |
console.log Array(60).join '=' | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ | |
.tree-view { | |
.list-item:before { | |
transition: all 150ms; | |
} | |
} | |
.atom-text-editor { | |
.line-number { | |
transition: all 150ms; | |
} | |
.cursor { | |
// transition: all 150ms; | |
} | |
} | |
@font-size: 11px; | |
@disclosure-arrow-size: 12px; | |
@component-padding: 10px; | |
@component-icon-padding: 5px; | |
@component-icon-size: 16px; | |
@component-line-height: 25px; | |
@component-border-radius: 2px; | |
@tab-height: 20px; | |
@tab-top-padding: 4px; | |
// Other | |
@font-family: 'Lucida Grande', 'Segoe UI', sans-serif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment