Last active
June 3, 2019 10:48
-
-
Save jlndk/5332e2ca053bd2720e3268285ed311a3 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
# 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 log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> | |
# console.log "Saved! #{editor.getPath()}" |
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
# Your keymap | |
# | |
# Atom keymaps work similarly to style sheets. Just as style sheets use | |
# selectors to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. Unlike style sheets however, | |
# each selector can only be declared once. | |
# | |
# 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: | |
# | |
# 'atom-text-editor': | |
# 'enter': 'editor:newline' | |
# | |
# 'atom-workspace': | |
# 'ctrl-shift-p': 'core:move-up' | |
# 'ctrl-p': 'core:move-down' | |
# | |
# You can find more information about keymaps in these guides: | |
# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings | |
# * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/ | |
# | |
# If you're having trouble with your keybindings not working, try the | |
# Keybinding Resolver: `Cmd+.` on macOS and `Ctrl+.` on other platforms. See the | |
# Debugging Guide for more information: | |
# * http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-the-keybindings | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson | |
'atom-workspace atom-text-editor:not([mini])': | |
'ctrl-shift-x': 'editor:toggle-line-comments' | |
'ctrl-shift-space': 'processing:run' | |
'ctrl-alt-b': 'atom-beautify:beautify-editor' | |
'atom-text-editor': | |
'ctrl-space': 'latex:build' | |
'ctrl-alt-space': 'latex:clean' | |
'atom-text-editor[data-grammar="text html php blade"]:not([mini])': | |
'tab': 'emmet:expand-abbreviation-with-tab' | |
'body': | |
'ctrl-shift-t': 'pane:reopen-closed-item' | |
# 'ctrl-alt-t': 'atom-terminal:open-project-root' |
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": "about", | |
"version": "1.9.1" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.65.1" | |
}, | |
{ | |
"name": "atom-beautify", | |
"version": "0.33.4" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.53.3", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.46.3", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-material-ui", | |
"version": "2.1.3", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-terminal", | |
"version": "0.8.0" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.7" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.17.5" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.8.8" | |
}, | |
{ | |
"name": "autocomplete-java", | |
"version": "1.2.7" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.42.0" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.12.0" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.29.4" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.24.6" | |
}, | |
{ | |
"name": "background-tips", | |
"version": "0.28.0" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.45.1" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.90.4" | |
}, | |
{ | |
"name": "busy-signal", | |
"version": "2.0.0" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.43.5" | |
}, | |
{ | |
"name": "creative-dark-syntax", | |
"version": "1.1.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "dalek", | |
"version": "0.2.2" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.56.9" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.48.1" | |
}, | |
{ | |
"name": "docblockr", | |
"version": "0.13.7" | |
}, | |
{ | |
"name": "emmet", | |
"version": "2.4.3" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.23.9" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.43.1" | |
}, | |
{ | |
"name": "file-icons", | |
"version": "2.1.30" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.215.14" | |
}, | |
{ | |
"name": "flexible-ui", | |
"version": "0.10.7", | |
"theme": "ui" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.8.2" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.3.9" | |
}, | |
{ | |
"name": "github", | |
"version": "0.23.3" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.33.0" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.50.1" | |
}, | |
{ | |
"name": "gruvbox-syntax", | |
"version": "2.4.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "highlight-selected", | |
"version": "0.14.0" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.63.1" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.27.3" | |
}, | |
{ | |
"name": "intentions", | |
"version": "1.1.5" | |
}, | |
{ | |
"name": "jlndk-syntax", | |
"version": "0.0.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.38.4" | |
}, | |
{ | |
"name": "language-bison-flex", | |
"version": "0.3.1" | |
}, | |
{ | |
"name": "language-blade", | |
"version": "0.41.4" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.60.14" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.22.7" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.49.3" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.43.0" | |
}, | |
{ | |
"name": "language-docker", | |
"version": "1.1.8" | |
}, | |
{ | |
"name": "language-dotenv", | |
"version": "1.2.0" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.90.6" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.19.1" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.46.6" | |
}, | |
{ | |
"name": "language-gradle", | |
"version": "0.1.0" | |
}, | |
{ | |
"name": "language-groovy", | |
"version": "0.7.0" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.51.5" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.17.0" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.31.1" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.129.19" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.19.2" | |
}, | |
{ | |
"name": "language-latex", | |
"version": "1.2.0" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.34.3" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.23.0" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.14.5" | |
}, | |
{ | |
"name": "language-nginx", | |
"version": "0.8.0" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.38.1" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.44.1" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.9.1" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.51.8" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.72.14" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.3" | |
}, | |
{ | |
"name": "language-rust-bundled", | |
"version": "0.1.0" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.62.0" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.27.9" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.25.10" | |
}, | |
{ | |
"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.4.11" | |
}, | |
{ | |
"name": "language-vue", | |
"version": "0.24.0" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.35.3" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.32.0" | |
}, | |
{ | |
"name": "latex", | |
"version": "0.50.2" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.7.7" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.6" | |
}, | |
{ | |
"name": "linter", | |
"version": "2.3.0" | |
}, | |
{ | |
"name": "linter-javac", | |
"version": "1.10.0" | |
}, | |
{ | |
"name": "linter-php", | |
"version": "1.6.0" | |
}, | |
{ | |
"name": "linter-phpcs", | |
"version": "1.6.12" | |
}, | |
{ | |
"name": "linter-ui-default", | |
"version": "1.7.1" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.159.25" | |
}, | |
{ | |
"name": "metrics", | |
"version": "1.6.2" | |
}, | |
{ | |
"name": "minimap", | |
"version": "4.29.9" | |
}, | |
{ | |
"name": "minimap-find-and-replace", | |
"version": "4.5.2" | |
}, | |
{ | |
"name": "minimap-git-diff", | |
"version": "4.3.1" | |
}, | |
{ | |
"name": "minimap-highlight-selected", | |
"version": "4.6.1" | |
}, | |
{ | |
"name": "minimap-pigments", | |
"version": "0.2.2" | |
}, | |
{ | |
"name": "neon-syntax", | |
"version": "0.3.7", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "northem-dark-atom-syntax", | |
"version": "2.1.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "northem-dark-atom-ui", | |
"version": "2.1.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.70.5" | |
}, | |
{ | |
"name": "obscurity-syntax", | |
"version": "0.6.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.3.1" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.3.0" | |
}, | |
{ | |
"name": "peacocks-in-space-syntax", | |
"version": "0.7.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "pigments", | |
"version": "0.40.2" | |
}, | |
{ | |
"name": "processing", | |
"version": "0.13.0" | |
}, | |
{ | |
"name": "processing-language", | |
"version": "0.2.0" | |
}, | |
{ | |
"name": "react", | |
"version": "0.18.0" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.257.2" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.4.0" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.74.2" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.8.15" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.49.12" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.118.2" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.8.6" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.109.2" | |
}, | |
{ | |
"name": "teletype", | |
"version": "0.13.3" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.36.2" | |
}, | |
{ | |
"name": "todo", | |
"version": "0.6.0" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.224.5" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.13.1" | |
}, | |
{ | |
"name": "welcome", | |
"version": "0.36.7" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.37.7" | |
}, | |
{ | |
"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
{ | |
"atom-autocomplete-php": { | |
"binComposer": "/usr/bin/composer", | |
"binPhp": "/usr/bin/php" | |
}, | |
"atom-beautify": { | |
"general": { | |
"loggerLevel": "verbose" | |
}, | |
"java": { | |
"configPath": "/home/jlndk/gits/dotfiles/uncrustify.cfg" | |
} | |
}, | |
"atom-material-ui": { | |
"colors": { | |
"abaseColor": "#607d8b", | |
"predefinedColor": "Blue Grey" | |
}, | |
"fonts": {}, | |
"tabs": { | |
"compactTabs": true | |
}, | |
"ui": { | |
"panelContrast": true | |
} | |
}, | |
"core": { | |
"autoHideMenuBar": true, | |
"closeDeletedFileTabs": true, | |
"disabledPackages": [ | |
"wrap-guide", | |
"language-rust-bundled" | |
], | |
"ignoredNames": [ | |
".git", | |
".hg", | |
".svn", | |
".DS_Store", | |
"._*", | |
"Thumbs.db", | |
"desktop.ini", | |
"*.class" | |
], | |
"telemetryConsent": "no", | |
"themes": [ | |
"atom-material-ui", | |
"jlndk-syntax" | |
] | |
}, | |
"docblockr": { | |
"extend_double_slash": false | |
}, | |
"editor": { | |
"fontFamily": "Fira Code", | |
"fontSize": 16, | |
"lineHeight": 1.45, | |
"scrollPastEnd": true, | |
"showIndentGuide": true, | |
"tabLength": 4, | |
"tabType": "soft" | |
}, | |
"exception-reporting": { | |
"userId": "2b4f1fd7-66e5-429c-a7b9-4e186b96e679" | |
}, | |
"latex": { | |
"cleanPatterns": [ | |
"**/*.aux", | |
"**/*.aux.bak", | |
"**/*.bbl", | |
"**/*.bcf", | |
"**/*.blg", | |
"**/*.dvi", | |
"**/*.fdb_latexmk", | |
"**/*.fls", | |
"**/*.idx", | |
"**/*.idx.bak", | |
"**/*.ilg", | |
"**/*.ind", | |
"**/*.lof", | |
"**/*.log", | |
"**/*.lol", | |
"**/*.lot", | |
"**/*.nav", | |
"**/*.out", | |
"**/*.pdf", | |
"**/*.ps", | |
"**/*.snm", | |
"**/*.synctex.gz", | |
"**/*.toc", | |
"/**/_minted-{jobname}", | |
"/{output_dir}/sage-plots-for-{jobname}.tex", | |
"/missfont.log", | |
"/texput.log", | |
"/texput.aux", | |
"**/*.tdo" | |
] | |
}, | |
"linter-javac": {}, | |
"linter-ui-default": { | |
"panelHeight": 180 | |
}, | |
"minimap": { | |
"plugins": { | |
"find-and-replace": true, | |
"find-and-replaceDecorationsZIndex": 0, | |
"git-diff": true, | |
"git-diffDecorationsZIndex": 0, | |
"highlight-selected": true, | |
"highlight-selectedDecorationsZIndex": 0, | |
"linter": true, | |
"linterDecorationsZIndex": 0, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0 | |
} | |
}, | |
"nord-atom-syntax": { | |
"accessibility": { | |
"commentContrast": 20 | |
} | |
}, | |
"seti-syntax": {}, | |
"seti-ui": { | |
"compactView": true | |
}, | |
"status-bar": {}, | |
"sync-settings": {}, | |
"tree-view": { | |
"squashDirectoryNames": true | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
} |
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
# 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' | |
# | |
# Each scope (e.g. '.source.coffee' above) can only be declared once. | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson | |
'.text.html.php': | |
'PHPUnit Test Case': | |
'prefix': 'test' | |
'body': """ | |
/** | |
* @test | |
* @return void | |
*/ | |
public function it_$1() | |
{ | |
$2 | |
} | |
""" | |
'.source.java': | |
'System out println': | |
'prefix': 'sout' | |
'body': "System.out.println($1);$2" | |
'JUnit Test Case': | |
'prefix': 'test' | |
'body': """ | |
@Test | |
public void it_$1() | |
{ | |
$2 | |
} | |
""" |
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
atom-text-editor { | |
text-rendering: optimizeLegibility; | |
} | |
/* | |
Turn off ligatures inside of strings and regular expressions | |
*/ | |
atom-text-editor.editor .syntax--string.syntax--quoted, | |
atom-text-editor.editor .syntax--string.syntax--regexp { | |
-webkit-font-feature-settings: "liga" off, "calt" off; | |
} | |
atom-workspace { | |
font-size: 1em; | |
line-height: 1.3; | |
} | |
.tree-view .list-nested-item { | |
padding: 0.15em 0; | |
} | |
.pane-item section .section-heading, | |
.pane-item .section .section-heading, | |
.pane-item section .section-heading.icon::before, | |
.pane-item .section .section-heading.icon::before{ | |
font-size: 1.7em; | |
font-weight: 300; | |
} | |
.settings-view .breadcrumb + .section { | |
padding-bottom: 0; | |
} | |
.settings-view .sub-section .sub-section-heading { | |
font-size: 1.3em; | |
} | |
.settings-view .setting-title, | |
.form-control { | |
font-size: 1em; | |
} | |
.settings-view .package-card { | |
font-size: 1.1em; | |
} | |
.overlay, atom-panel.modal{ | |
font-size: 1.1em; | |
} | |
atom-text-editor[mini] { | |
font-size: 1em; | |
} | |
/* | |
Git colors | |
*/ | |
//Modified | |
// .list-group li:not(.list-nested-item).status-modified, | |
// .list-tree li:not(.list-nested-item).status-modified, | |
// .list-group li.list-nested-item.status-modified > .list-item, | |
// .list-tree li.list-nested-item.status-modified > .list-item | |
// { | |
// color: hsl(30, 50%, 50%); | |
// } | |
// | |
// .list-group li:not(.list-nested-item).selected.status-added, | |
// .list-tree li:not(.list-nested-item).selected.status-added, | |
// .list-group li.list-nested-item.selected.status-added > .list-item, | |
// .list-tree li.list-nested-item.selected.status-added > .list-item | |
// { | |
// color: hsl(80, 50%, 50%); | |
// } | |
// | |
// | |
// /** | |
// * Indent guide color | |
// */ | |
// atom-text-editor .indent-guide { | |
// color: rgba(80,80,80,0.25); | |
// } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment