Last active
May 3, 2018 23:23
-
-
Save mwilliammyers/6be4e3bf75ed75e30e9b7a0a3c4a09c5 to your computer and use it in GitHub Desktop.
automatic update by http://atom.io/packages/sync-settings
This file contains hidden or 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
| # init.coffee | |
| # process.env.PATH = ['', process.env.PATH].join(':') |
This file contains hidden or 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
| # keymap.cson | |
| # | |
| # * http://flight-manual.atom.io/using-atom/sections/basic-customization/#_customizing_keybindings | |
| # * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/ | |
| # * http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-the-keybindings | |
| 'atom-workspace atom-text-editor:not(.mini)': | |
| 'ctrl-j': 'jumpy:toggle' | |
| 'atom-text-editor.vim-mode:not(.insert-mode)': | |
| ', c space': 'editor:toggle-line-comments' | |
| '.platform-darwin': | |
| 'ctrl-p': 'fuzzy-finder:toggle-file-finder' | |
| 'ctrl-i': 'settings-view:install-packages-and-themes' | |
| 'alt-cmd-s': 'sync-settings:backup' | |
| '.platform-darwin, .platform-darwin .command-palette atom-text-editor': | |
| 'ctrl-a': 'command-palette:toggle' | |
| '.platform-darwin atom-workspace': | |
| 'shift-alt-cmd-t': 'open-terminal-here:open' | |
| 'shift-cmd-t': 'open-terminal-here:open-root' | |
| '.github-CommitView-editor atom-text-editor:not([mini])': | |
| 'cmd-shift-enter': 'github:push' | |
| '.platform-linux atom-workspace': | |
| 'ctrl-alt-shift-t': 'open-terminal-here:open' | |
| 'ctrl-alt-t': 'open-terminal-here:open-root' | |
| 'atom-text-editor.vim-mode-plus': | |
| 'ctrl-c': 'unset!' | |
| '.platform-darwin atom-text-editor:not([mini])': | |
| 'cmd-shift-v': 'clipboard-plus:toggle' | |
| '.platform-linux atom-text-editor:not([mini])': | |
| 'ctrl-shift-v': 'clipboard-plus:toggle' |
This file contains hidden or 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": "Sublime-Style-Column-Selection", | |
| "version": "1.7.4" | |
| }, | |
| { | |
| "name": "about", | |
| "version": "1.8.0" | |
| }, | |
| { | |
| "name": "archive-view", | |
| "version": "0.64.3" | |
| }, | |
| { | |
| "name": "atom-beautify", | |
| "version": "0.32.2" | |
| }, | |
| { | |
| "name": "atom-dark-syntax", | |
| "version": "0.29.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-dark-ui", | |
| "version": "0.53.2", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-ide-ui", | |
| "version": "0.9.2" | |
| }, | |
| { | |
| "name": "atom-light-syntax", | |
| "version": "0.29.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-light-ui", | |
| "version": "0.46.2", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-material-syntax", | |
| "version": "1.0.8", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-material-ui", | |
| "version": "2.1.3", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-sync", | |
| "version": "0.7.3" | |
| }, | |
| { | |
| "name": "autocomplete-atom-api", | |
| "version": "0.10.7" | |
| }, | |
| { | |
| "name": "autocomplete-css", | |
| "version": "0.17.5" | |
| }, | |
| { | |
| "name": "autocomplete-html", | |
| "version": "0.8.4" | |
| }, | |
| { | |
| "name": "autocomplete-plus", | |
| "version": "2.40.5" | |
| }, | |
| { | |
| "name": "autocomplete-snippets", | |
| "version": "1.12.0" | |
| }, | |
| { | |
| "name": "autoflow", | |
| "version": "0.29.3" | |
| }, | |
| { | |
| "name": "autosave", | |
| "version": "0.24.6" | |
| }, | |
| { | |
| "name": "background-tips", | |
| "version": "0.28.0" | |
| }, | |
| { | |
| "name": "base16-tomorrow-dark-theme", | |
| "version": "1.5.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "base16-tomorrow-light-theme", | |
| "version": "1.5.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "bookmarks", | |
| "version": "0.45.1" | |
| }, | |
| { | |
| "name": "bracket-matcher", | |
| "version": "0.89.1" | |
| }, | |
| { | |
| "name": "change-case", | |
| "version": "0.6.5" | |
| }, | |
| { | |
| "name": "clipboard-plus", | |
| "version": "0.5.1" | |
| }, | |
| { | |
| "name": "command-palette", | |
| "version": "0.43.5" | |
| }, | |
| { | |
| "name": "dalek", | |
| "version": "0.2.2" | |
| }, | |
| { | |
| "name": "deprecation-cop", | |
| "version": "0.56.9" | |
| }, | |
| { | |
| "name": "dev-live-reload", | |
| "version": "0.48.1" | |
| }, | |
| { | |
| "name": "devdocs", | |
| "version": "0.2.1" | |
| }, | |
| { | |
| "name": "docblockr", | |
| "version": "0.13.7" | |
| }, | |
| { | |
| "name": "encoding-selector", | |
| "version": "0.23.8" | |
| }, | |
| { | |
| "name": "exception-reporting", | |
| "version": "0.43.1" | |
| }, | |
| { | |
| "name": "file-icons", | |
| "version": "2.1.19" | |
| }, | |
| { | |
| "name": "find-and-replace", | |
| "version": "0.215.5" | |
| }, | |
| { | |
| "name": "fold-comments", | |
| "version": "0.6.0" | |
| }, | |
| { | |
| "name": "fuzzy-finder", | |
| "version": "1.8.1" | |
| }, | |
| { | |
| "name": "git-diff", | |
| "version": "1.3.9" | |
| }, | |
| { | |
| "name": "git-time-machine", | |
| "version": "1.5.9" | |
| }, | |
| { | |
| "name": "github", | |
| "version": "0.12.0" | |
| }, | |
| { | |
| "name": "gitignore-snippets", | |
| "version": "0.2.5" | |
| }, | |
| { | |
| "name": "go-to-line", | |
| "version": "0.33.0" | |
| }, | |
| { | |
| "name": "grammar-selector", | |
| "version": "0.50.0" | |
| }, | |
| { | |
| "name": "highlight-selected", | |
| "version": "0.13.1" | |
| }, | |
| { | |
| "name": "ide-python", | |
| "version": "0.9.2" | |
| }, | |
| { | |
| "name": "ide-typescript", | |
| "version": "0.7.6" | |
| }, | |
| { | |
| "name": "image-view", | |
| "version": "0.62.4" | |
| }, | |
| { | |
| "name": "incompatible-packages", | |
| "version": "0.27.3" | |
| }, | |
| { | |
| "name": "javascript-snippets", | |
| "version": "1.2.1" | |
| }, | |
| { | |
| "name": "jumpy", | |
| "version": "4.2.0" | |
| }, | |
| { | |
| "name": "keybinding-resolver", | |
| "version": "0.38.1" | |
| }, | |
| { | |
| "name": "language-c", | |
| "version": "0.59.3" | |
| }, | |
| { | |
| "name": "language-clojure", | |
| "version": "0.22.7" | |
| }, | |
| { | |
| "name": "language-coffee-script", | |
| "version": "0.49.3" | |
| }, | |
| { | |
| "name": "language-csharp", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "name": "language-css", | |
| "version": "0.42.10" | |
| }, | |
| { | |
| "name": "language-cython", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "name": "language-docker", | |
| "version": "1.1.8" | |
| }, | |
| { | |
| "name": "language-fish-shell", | |
| "version": "1.1.0" | |
| }, | |
| { | |
| "name": "language-gfm", | |
| "version": "0.90.3" | |
| }, | |
| { | |
| "name": "language-git", | |
| "version": "0.19.1" | |
| }, | |
| { | |
| "name": "language-gitignore", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "name": "language-go", | |
| "version": "0.45.3" | |
| }, | |
| { | |
| "name": "language-graphql", | |
| "version": "0.10.1" | |
| }, | |
| { | |
| "name": "language-html", | |
| "version": "0.49.0" | |
| }, | |
| { | |
| "name": "language-hyperlink", | |
| "version": "0.16.3" | |
| }, | |
| { | |
| "name": "language-ini", | |
| "version": "1.19.0" | |
| }, | |
| { | |
| "name": "language-java", | |
| "version": "0.29.0" | |
| }, | |
| { | |
| "name": "language-javascript", | |
| "version": "0.128.5" | |
| }, | |
| { | |
| "name": "language-javascript-jsx", | |
| "version": "0.3.7" | |
| }, | |
| { | |
| "name": "language-json", | |
| "version": "0.19.1" | |
| }, | |
| { | |
| "name": "language-less", | |
| "version": "0.34.2" | |
| }, | |
| { | |
| "name": "language-make", | |
| "version": "0.22.3" | |
| }, | |
| { | |
| "name": "language-mustache", | |
| "version": "0.14.5" | |
| }, | |
| { | |
| "name": "language-objective-c", | |
| "version": "0.15.1" | |
| }, | |
| { | |
| "name": "language-perl", | |
| "version": "0.38.1" | |
| }, | |
| { | |
| "name": "language-php", | |
| "version": "0.43.2" | |
| }, | |
| { | |
| "name": "language-property-list", | |
| "version": "0.9.1" | |
| }, | |
| { | |
| "name": "language-protobuf", | |
| "version": "0.7.1" | |
| }, | |
| { | |
| "name": "language-python", | |
| "version": "0.49.4" | |
| }, | |
| { | |
| "name": "language-restructuredtext", | |
| "version": "1.1.2" | |
| }, | |
| { | |
| "name": "language-ruby", | |
| "version": "0.71.4" | |
| }, | |
| { | |
| "name": "language-ruby-on-rails", | |
| "version": "0.25.3" | |
| }, | |
| { | |
| "name": "language-sass", | |
| "version": "0.61.4" | |
| }, | |
| { | |
| "name": "language-shellscript", | |
| "version": "0.26.3" | |
| }, | |
| { | |
| "name": "language-source", | |
| "version": "0.9.0" | |
| }, | |
| { | |
| "name": "language-sql", | |
| "version": "0.25.10" | |
| }, | |
| { | |
| "name": "language-systemd", | |
| "version": "0.1.1" | |
| }, | |
| { | |
| "name": "language-text", | |
| "version": "0.7.4" | |
| }, | |
| { | |
| "name": "language-todo", | |
| "version": "0.29.4" | |
| }, | |
| { | |
| "name": "language-toml", | |
| "version": "0.18.2" | |
| }, | |
| { | |
| "name": "language-typescript", | |
| "version": "0.3.3" | |
| }, | |
| { | |
| "name": "language-x86-64-assembly", | |
| "version": "2.2.11" | |
| }, | |
| { | |
| "name": "language-xml", | |
| "version": "0.35.2" | |
| }, | |
| { | |
| "name": "language-yaml", | |
| "version": "0.32.0" | |
| }, | |
| { | |
| "name": "line-ending-selector", | |
| "version": "0.7.5" | |
| }, | |
| { | |
| "name": "link", | |
| "version": "0.31.4" | |
| }, | |
| { | |
| "name": "lodash-snippets", | |
| "version": "2.0.0" | |
| }, | |
| { | |
| "name": "markdown-preview", | |
| "version": "0.159.20" | |
| }, | |
| { | |
| "name": "metrics", | |
| "version": "1.2.6" | |
| }, | |
| { | |
| "name": "minimap", | |
| "version": "4.29.8" | |
| }, | |
| { | |
| "name": "minimap-find-and-replace", | |
| "version": "4.5.2" | |
| }, | |
| { | |
| "name": "minimap-git-diff", | |
| "version": "4.3.1" | |
| }, | |
| { | |
| "name": "notifications", | |
| "version": "0.70.5" | |
| }, | |
| { | |
| "name": "omni-ruler", | |
| "version": "0.6.0" | |
| }, | |
| { | |
| "name": "one-dark-syntax", | |
| "version": "1.8.2", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "one-dark-ui", | |
| "version": "1.11.0", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "one-light-syntax", | |
| "version": "1.8.2", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "one-light-ui", | |
| "version": "1.11.0", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "open-on-github", | |
| "version": "1.3.1" | |
| }, | |
| { | |
| "name": "open-terminal-here", | |
| "version": "2.3.2" | |
| }, | |
| { | |
| "name": "package-generator", | |
| "version": "1.3.0" | |
| }, | |
| { | |
| "name": "prettier-atom", | |
| "version": "0.53.0" | |
| }, | |
| { | |
| "name": "python-isort", | |
| "version": "0.0.7" | |
| }, | |
| { | |
| "name": "react", | |
| "version": "0.18.0" | |
| }, | |
| { | |
| "name": "settings-view", | |
| "version": "0.254.2" | |
| }, | |
| { | |
| "name": "snippets", | |
| "version": "1.3.3" | |
| }, | |
| { | |
| "name": "solarized-dark-syntax", | |
| "version": "1.1.4", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "solarized-light-syntax", | |
| "version": "1.1.4", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "sort-lines", | |
| "version": "0.18.0" | |
| }, | |
| { | |
| "name": "spell-check", | |
| "version": "0.73.4" | |
| }, | |
| { | |
| "name": "split-diff", | |
| "version": "1.5.2" | |
| }, | |
| { | |
| "name": "ssh-config", | |
| "version": "0.13.0" | |
| }, | |
| { | |
| "name": "status-bar", | |
| "version": "1.8.15" | |
| }, | |
| { | |
| "name": "styleguide", | |
| "version": "0.49.10" | |
| }, | |
| { | |
| "name": "symbols-view", | |
| "version": "0.118.2" | |
| }, | |
| { | |
| "name": "sync-settings", | |
| "version": "0.8.6" | |
| }, | |
| { | |
| "name": "tabs", | |
| "version": "0.109.1" | |
| }, | |
| { | |
| "name": "timecop", | |
| "version": "0.36.2" | |
| }, | |
| { | |
| "name": "todo-show", | |
| "version": "2.3.0" | |
| }, | |
| { | |
| "name": "toggle-quotes", | |
| "version": "1.1.0" | |
| }, | |
| { | |
| "name": "tree-view", | |
| "version": "0.221.3" | |
| }, | |
| { | |
| "name": "update-package-dependencies", | |
| "version": "0.13.1" | |
| }, | |
| { | |
| "name": "welcome", | |
| "version": "0.36.6" | |
| }, | |
| { | |
| "name": "whitespace", | |
| "version": "0.37.5" | |
| }, | |
| { | |
| "name": "wrap-guide", | |
| "version": "0.40.3" | |
| } | |
| ] |
This file contains hidden or 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
| { | |
| "Hydrogen": { | |
| "autocomplete": false, | |
| "gateways": "[\n {\n \"name\": \"habanero\",\n \"options\": {\n \"baseUrl\": \"http://habanero.cs.byu.edu:8888\"\n }\n }\n]" | |
| }, | |
| "Sublime-Style-Column-Selection": {}, | |
| "api-docs": { | |
| "_theme": "Dark", | |
| "fish~2": { | |
| "7": true | |
| }, | |
| "jsdoc": true, | |
| "moment": true, | |
| "node": true, | |
| "npm": true, | |
| "numpy~1": { | |
| "13": true | |
| }, | |
| "python~3": { | |
| "6": true | |
| }, | |
| "rust": true | |
| }, | |
| "atom-beautify": { | |
| "c": { | |
| "default_beautifier": "clang-format" | |
| }, | |
| "general": { | |
| "_analyticsUserId": "68c24543-4382-4e08-8ccd-a8c7eaa0d0ce", | |
| "analytics": false, | |
| "muteUnsupportedLanguageErrors": true | |
| }, | |
| "html": { | |
| "indent_char": " " | |
| }, | |
| "js": { | |
| "indent_size": 2 | |
| }, | |
| "json": { | |
| "indent_char": " ", | |
| "indent_with_tabs": false | |
| }, | |
| "python": { | |
| "default_beautifier": "yapf", | |
| "formater": "yapf" | |
| }, | |
| "sql": { | |
| "indent_size": 2 | |
| } | |
| }, | |
| "atom-ide-ui": { | |
| "atom-ide-outline-view": {}, | |
| "use": {} | |
| }, | |
| "atom-isort": { | |
| "pythonPath": "/usr/bin" | |
| }, | |
| "atom-material-ui": { | |
| "colors": { | |
| "abaseColor": "#607d8b", | |
| "accentColor": "#fc8047", | |
| "predefinedColor": "Blue Grey" | |
| }, | |
| "fonts": { | |
| "fontSize": 13 | |
| }, | |
| "tabs": { | |
| "compactTabs": true, | |
| "tintedTabBar": true | |
| }, | |
| "treeView": { | |
| "blendTabs": false, | |
| "compactList": false | |
| }, | |
| "ui": { | |
| "panelContrast": true, | |
| "panelShadows": true | |
| } | |
| }, | |
| "atom-package-deps": { | |
| "ignored": [ | |
| "prettier-atom", | |
| "atom-isort" | |
| ] | |
| }, | |
| "atom-terminal": { | |
| "app": "/Applications/iTerm.app", | |
| "setWorkingDirectory": false, | |
| "surpressDirectoryArgument": false | |
| }, | |
| "autocomplete-plus": { | |
| "minimumWordLength": 4 | |
| }, | |
| "autocomplete-python": { | |
| "enableTouchBar": true, | |
| "useKite": false, | |
| "useSnippets": "all" | |
| }, | |
| "autosave": { | |
| "enabled": true | |
| }, | |
| "core": { | |
| "audioBeep": false, | |
| "customFileTypes": { | |
| "source.graphql": [ | |
| "typedefs/agent_types.js", | |
| "typedefs/call_types.js", | |
| "typedefs/category_types.js", | |
| "typedefs/company_types.js", | |
| "typedefs/datetime_types.js", | |
| "typedefs/measurement_types.js", | |
| "typedefs/metric_types.js", | |
| "typedefs/mutation_types.js", | |
| "typedefs/note_types.js", | |
| "typedefs/notification_types.js", | |
| "typedefs/subscription_types.js", | |
| "typedefs/aggregate_types.js", | |
| "typedefs/query_types.js", | |
| "typedefs/score_types.js", | |
| "typedefs/common_types.js", | |
| "typedefs/team_types.js", | |
| "typedefs/user_types.js", | |
| "typedefs/search_types.js" | |
| ], | |
| "source.ini": [ | |
| "hosts" | |
| ] | |
| }, | |
| "disabledPackages": [ | |
| "welcome", | |
| "styleguide", | |
| "spell-check", | |
| "deprecation-cop", | |
| "language-mustache", | |
| "language-perl", | |
| "language-php", | |
| "language-ruby-on-rails", | |
| "language-sass", | |
| "language-toml", | |
| "package-generator", | |
| "language-objective-c", | |
| "language-csharp", | |
| "metrics", | |
| "autocomplete-atom-api", | |
| "archive-view", | |
| "about", | |
| "language-clojure", | |
| "language-go", | |
| "language-java", | |
| "open-on-github", | |
| "wrap-guide", | |
| "minimap", | |
| "minimap-find-and-replace", | |
| "minimap-git-diff", | |
| "keybinding-resolver" | |
| ], | |
| "ignoredNames": [ | |
| ".git", | |
| ".hg", | |
| ".svn", | |
| ".DS_Store", | |
| "._*", | |
| "Thumbs.db", | |
| "desktop.ini", | |
| "node_modules", | |
| "*.pyc", | |
| "__pycache__" | |
| ], | |
| "packagesWithKeymapsDisabled": [ | |
| "sync-settings", | |
| "todo-show" | |
| ], | |
| "projectHome": "~/Documents/developer/", | |
| "telemetryConsent": "limited" | |
| }, | |
| "disabledPackages": [ | |
| "keybinding-resolver" | |
| ], | |
| "docblockr": { | |
| "align_tags": "no", | |
| "deep_indent": true | |
| }, | |
| "editor": { | |
| "fontSize": 13, | |
| "invisibles": { | |
| "cr": " ", | |
| "eol": " " | |
| }, | |
| "scrollSensitivity": 60, | |
| "showIndentGuide": true, | |
| "showInvisibles": true, | |
| "softTabs": false | |
| }, | |
| "exception-reporting": { | |
| "userId": "2b00b49b-3e42-6cc0-0b35-fe2d7352bc18" | |
| }, | |
| "find-and-replace": { | |
| "focusEditorAfterSearch": true | |
| }, | |
| "fold-comments": { | |
| "autofold": true | |
| }, | |
| "git-plus": { | |
| "commits": { | |
| "verboseCommits": true | |
| }, | |
| "experimental": { | |
| "customCommands": true | |
| }, | |
| "general": { | |
| "_analyticsUserId": "56954e8b-4f86-4f5a-b378-eb9dd34e4298", | |
| "analytics": false | |
| }, | |
| "remoteInteractions": { | |
| "alwaysPullFromUpstream": true | |
| } | |
| }, | |
| "git-projects": { | |
| "rootPath": "~/Documents/developer" | |
| }, | |
| "ide-python": { | |
| "pylsPlugins": { | |
| "autopep8": { | |
| "enabled": false | |
| }, | |
| "yapf": { | |
| "enabled": true | |
| } | |
| } | |
| }, | |
| "javascript-refactor": { | |
| "extensions": [ | |
| "jsx" | |
| ], | |
| "runInBand": true | |
| }, | |
| "jupyter-notebook": { | |
| "jupyterPath": "~/.local/anaconda/bin" | |
| }, | |
| "kite": { | |
| "displayExpandViewAs": "overlay", | |
| "showKiteTourOnStatup": false | |
| }, | |
| "linter": {}, | |
| "linter-eslint": { | |
| "advancedLocalNodeModules": "node_modules", | |
| "fixOnSave": true, | |
| "globalNodePath": "/usr/local", | |
| "showRuleIdInMessage": false | |
| }, | |
| "linter-js-standard": { | |
| "checkForEslintConfig": false, | |
| "checkStyleDevDependencies": true | |
| }, | |
| "linter-pylint": { | |
| "rcFile": "~/.config/pylintrc" | |
| }, | |
| "linter-ui-default": { | |
| "panelHeight": 300, | |
| "showPanel": true | |
| }, | |
| "minimap": { | |
| "plugins": { | |
| "find-and-replace": true, | |
| "find-and-replaceDecorationsZIndex": 0, | |
| "git-diff": true, | |
| "git-diffDecorationsZIndex": 0 | |
| } | |
| }, | |
| "nuclide": { | |
| "nuclide-code-format": { | |
| "formatOnSave": true | |
| }, | |
| "nuclide-health": { | |
| "toolbarJewel": "None" | |
| }, | |
| "nuclide-home": { | |
| "showHome": false | |
| } | |
| }, | |
| "omni-ruler": { | |
| "columns": [ | |
| "80", | |
| "120" | |
| ] | |
| }, | |
| "open-terminal-here": {}, | |
| "platformio-ide-terminal": { | |
| "ansiColors": { | |
| "normal": { | |
| "black": "#1d1f21", | |
| "blue": "#3971ed", | |
| "cyan": "#3971ed", | |
| "green": "#198844", | |
| "magenta": "#a36ac7", | |
| "red": "#cc342b", | |
| "white": "#c5c8c6", | |
| "yellow": "#fba922" | |
| }, | |
| "zBright": { | |
| "brightBlack": "#969896", | |
| "brightBlue": "#3971ed", | |
| "brightCyan": "#3971ed", | |
| "brightGreen": "#198844", | |
| "brightMagenta": "#a36ac7", | |
| "brightRed": "#f96a38", | |
| "brightYellow": "#fba922" | |
| } | |
| }, | |
| "core": { | |
| "mapTerminalsTo": "Folder", | |
| "mapTerminalsToAutoOpen": true, | |
| "scrollback": 10000, | |
| "workingDirectory": "Active File" | |
| }, | |
| "silenceErrors": true, | |
| "style": { | |
| "animationSpeed": 100, | |
| "defaultPanelHeight": "400px" | |
| }, | |
| "toggles": { | |
| "autoClose": true, | |
| "runInsertedText": false | |
| }, | |
| "useEditorConfig": false, | |
| "useEslint": true | |
| }, | |
| "prettier-atom": { | |
| "bracketSpacing": false, | |
| "formatOnSaveOptions": { | |
| "isDisabledIfNotInPackageJson": true | |
| }, | |
| "prettierOptions": { | |
| "bracketSpacing": false, | |
| "trailingComma": "all" | |
| }, | |
| "silenceErrors": true, | |
| "useEditorConfig": false, | |
| "useEslint": true | |
| }, | |
| "remote-edit": { | |
| "defaultSerializePath": "~/.config/atom/remoteEdit.json", | |
| "filterHostsUsing": { | |
| "port": true | |
| } | |
| }, | |
| "script": { | |
| "cwdBehavior": "Directory of the script", | |
| "ignoreSelection": true, | |
| "stopOnRerun": true | |
| }, | |
| "spell-check": { | |
| "addKnownWords": true | |
| }, | |
| "split-diff": { | |
| "ignoreWhitespace": true, | |
| "leftEditorColor": "red", | |
| "rightEditorColor": "green" | |
| }, | |
| "sync-settings": { | |
| "checkForUpdatedBackup": false, | |
| "quietUpdateCheck": true | |
| }, | |
| "tabs": { | |
| "alwaysShowTabBar": false | |
| }, | |
| "telemetryConsent": "no", | |
| "term3": { | |
| "colors": { | |
| "background": "#1d1f21", | |
| "brightBlack": "#969896", | |
| "brightBlue": "#3971ed", | |
| "brightCyan": "#3971ed", | |
| "brightGreen": "#198844", | |
| "brightMagenta": "#a36ac7", | |
| "brightRed": "#f96a38", | |
| "brightYellow": "#fba922", | |
| "foreground": "#c5c8c6", | |
| "normalBlack": "#1d1f21", | |
| "normalBlue": "#3971ed", | |
| "normalCyan": "#3971ed", | |
| "normalGreen": "#198844", | |
| "normalMagenta": "#a36ac7", | |
| "normalRed": "#cc342b", | |
| "normalWhite": "#c5c8c6", | |
| "normalYellow": "#fba922" | |
| } | |
| }, | |
| "themes": [ | |
| "one-dark-ui", | |
| "base16-tomorrow-dark-theme" | |
| ], | |
| "todo-show": { | |
| "autoRefresh": false, | |
| "findTheseTodos": [ | |
| "TODO", | |
| "FIXME", | |
| "CHANGED", | |
| "XXX", | |
| "IDEA", | |
| "HACK", | |
| "NOTE", | |
| "REVIEW", | |
| "NB", | |
| "BUG", | |
| "QUESTION", | |
| "COMBAK", | |
| "TEMP", | |
| "todo" | |
| ], | |
| "ignoreThesePaths": [ | |
| "node_modules", | |
| "vendor", | |
| "bower_components", | |
| "docs" | |
| ], | |
| "showInTable": [ | |
| "Text", | |
| "File", | |
| "Type" | |
| ], | |
| "sortBy": "Type" | |
| }, | |
| "touch-bar-utility": { | |
| "buttons": "[\n\t{\n\t\t\"type\": \"button\",\n\t\t\"label\": \"\\t\\t\\t\\t📂\\t\\t\\t\\t\",\n\t\t\"clickDispatchAction\": \"fuzzy-finder:toggle-file-finder\"\n\t},\n\t{\n\t\t\"type\": \"button\",\n\t\t\"label\": \"🔍\",\n\t\t\"clickDispatchAction\": \".platform-darwin.project-find:show\"\n\t},\n\t{\n\t\t\"type\": \"button\",\n\t\t\"label\": \"//\",\n\t\t\"clickDispatchAction\": \"editor:toggle-line-comments\"\n\t},\n\t{\n\t\t\"type\": \"button\",\n\t\t\"label\": \"TODO\",\n\t\t\"clickDispatchAction\": \"todo-show:toggle\"\n\t},\n\t{\n\t\t\"type\": \"popover\",\n\t\t\"label\": \"git\",\n\t\t\"items\": [\n\t\t\t{\n\t\t\t\t\"type\": \"button\",\n\t\t\t\t\"label\": \"pull\",\n\t\t\t\t\"clickDispatchAction\": \"github:pull\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"button\",\n\t\t\t\t\"label\": \"commit\",\n\t\t\t\t\"clickDispatchAction\": \"github:commit\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"button\",\n\t\t\t\t\"label\": \"push\",\n\t\t\t\t\"clickDispatchAction\": \"github:push\"\n\t\t\t}\n\t\t]\n\t}\n]\n" | |
| }, | |
| "touchbar": { | |
| "buttons": "[{\n \"name\": \"toggle-command-palette\",\n \"type\": \"button\",\n \"command\": \"command-palette:toggle\"\n}, {\n \"name\": \"fuzzy\",\n \"type\": \"button\",\n \"label\": \"fuzzy\",\n \"command\": \"fuzzy-finder:toggle-file-finder\"\n}, {\n \"name\": \"find\",\n \"type\": \"button\",\n \"label\": \"find\",\n \"command\": \"project-find:show\"\n}, {\n \"name\": \"git\",\n \"type\": \"popover\",\n \"label\": \"git\",\n \"elements\": [{\n \"name\": \"spacer-large\",\n \"type\": \"spacer\",\n \"size\": \"large\"\n }, {\n \"name\": \"toggle-github\",\n \"type\": \"button\",\n \"label\": \"toggle\",\n \"command\": \"github:toggle-git-tab\"\n }, {\n \"name\": \"diff\",\n \"type\": \"button\",\n \"label\": \"diff\",\n \"command\": \"split-diff:toggle\"\n }, {\n \"name\": \"spacer\",\n \"type\": \"spacer\",\n \"size\": \"small\"\n }, {\n \"name\": \"pull\",\n \"type\": \"button\",\n \"label\": \"pull\",\n \"command\": \"github:pull\"\n }, {\n \"name\": \"commit\",\n \"type\": \"button\",\n \"label\": \"commit\",\n \"command\": \"github:commit\"\n }, {\n \"name\": \"push\",\n \"type\": \"button\",\n \"label\": \"push\",\n \"command\": \"github:push\"\n }]\n}, {\n \"name\": \"outline\",\n \"type\": \"button\",\n \"label\": \"outline\",\n \"command\": \"outline-view:toggle\"\n}, {\n \"name\": \"comment\",\n \"type\": \"button\",\n \"label\": \"//\",\n \"command\": \"editor:toggle-line-comments\"\n}, {\n \"name\": \"prettier\",\n \"type\": \"button\",\n \"label\": \"prettier\",\n \"command\": \"prettier:format\"\n}, {\n \"name\": \"beautify\",\n \"type\": \"button\",\n \"label\": \"beautify\",\n \"command\": \"atom-beautify:beautify-editor\"\n}]" | |
| }, | |
| "tree-view": { | |
| "focusOnReveal": false, | |
| "hideIgnoredNames": true, | |
| "hideVcsIgnoredFiles": true | |
| }, | |
| "vim-mode": { | |
| "startInInsertMode": true, | |
| "useSmartcaseForSearch": true, | |
| "wrapLeftRightMotion": true | |
| }, | |
| "vim-mode-plus": { | |
| "flashOnOperate": false, | |
| "flashOnUndoRedo": false, | |
| "keymapYToYankToLastCharacterOfLine": true, | |
| "startInInsertMode": true, | |
| "useClipboardAsDefaultRegister": true | |
| }, | |
| "welcome": { | |
| "showOnStartup": false | |
| }, | |
| "whitespace": { | |
| "ensureSingleTrailingNewline": false, | |
| "ignoreWhitespaceOnCurrentLine": false | |
| }, | |
| "zentabs": { | |
| "neverCloseDirty": true, | |
| "neverCloseUnsaved": true | |
| } | |
| } |
This file contains hidden or 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
| # snippets.cson | |
| '.source.python': | |
| 'Print Shape': | |
| 'prefix': 'sps' | |
| 'body': 'print("$1", $1.shape)' | |
| 'Print Shapes': | |
| 'prefix': 'ps' | |
| 'body': 'print("$1, $2", $1.shape, $2.shape)' | |
| 'Print': | |
| 'prefix': 'pp' | |
| 'body': 'print($1)' | |
| 'def abstractmethod': | |
| 'prefix': 'abcm' | |
| 'body': """ | |
| @abc.abstractmethod | |
| def $1(self): | |
| raise NotImplementedError('must implement `$1`') | |
| """ | |
| 'Code Cell': | |
| 'prefix': 'cc' | |
| 'body': '# <codecell> | |
| \n$1' | |
| 'Markdown Cell': | |
| 'prefix': 'mc' | |
| 'body': '# <markdowncell> | |
| \n$1' |
This file contains hidden or 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
| // styles.less | |
| // style the background color of the tree view | |
| .tree-view { | |
| // background-color: whitesmoke; | |
| } | |
| // style the background and foreground colors on the atom-text-editor-element itself | |
| atom-text-editor { | |
| // color: white; | |
| // background-color: hsl(180, 24%, 12%); | |
| } | |
| // To style other content in the text editor's shadow DOM, use the ::shadow expression | |
| atom-text-editor::shadow .cursor { | |
| // border-color: red; | |
| } | |
| .platformio-ide-terminal .xterm { | |
| background-color: #212121; | |
| color: #708284; | |
| ::selection { | |
| background-color: #819090; | |
| } | |
| .terminal-cursor { | |
| background-color: #819090; | |
| } | |
| } | |
| .editor .git-commit.line-too-long.deprecated { | |
| color: orange; | |
| text-decoration: none; | |
| } | |
| .editor .git-commit.line-too-long.illegal { | |
| color: #fff; | |
| background: #DA2C43; | |
| opacity: 0.9; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment