Skip to content

Instantly share code, notes, and snippets.

@ibnuh
Last active October 3, 2017 16:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ibnuh/e6b35be808885e988430b92acea9c8a5 to your computer and use it in GitHub Desktop.
Backup atom's settings
# 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()}"
# 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/#_cson
'body':
'ctrl-tab ^ctrl': 'unset!'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab ^ctrl': 'unset!'
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-1': 'platformio-ide-terminal:toggle'
'ctrl-shift-a' : 'find-and-replace:select-all'
[
{
"name": "about",
"version": "1.7.6"
},
{
"name": "archive-view",
"version": "0.63.3"
},
{
"name": "atom-bootstrap3",
"version": "1.2.12"
},
{
"name": "atom-dark-syntax",
"version": "0.28.0",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.53.0",
"theme": "ui"
},
{
"name": "atom-light-syntax",
"version": "0.29.0",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.46.0",
"theme": "ui"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.2"
},
{
"name": "autocomplete-css",
"version": "0.17.2"
},
{
"name": "autocomplete-html",
"version": "0.8.0"
},
{
"name": "autocomplete-php",
"version": "0.3.7"
},
{
"name": "autocomplete-plus",
"version": "2.35.7"
},
{
"name": "autocomplete-snippets",
"version": "1.11.0"
},
{
"name": "autoflow",
"version": "0.29.0"
},
{
"name": "autosave",
"version": "0.24.3"
},
{
"name": "background-tips",
"version": "0.27.1"
},
{
"name": "base16-tomorrow-dark-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-light-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "blade-snippets",
"version": "0.2.0"
},
{
"name": "bookmarks",
"version": "0.44.4"
},
{
"name": "bracket-matcher",
"version": "0.87.3"
},
{
"name": "chester-atom-syntax",
"version": "0.3.0",
"theme": "syntax"
},
{
"name": "codeigniter",
"version": "0.3.2"
},
{
"name": "command-palette",
"version": "0.40.4"
},
{
"name": "dalek",
"version": "0.2.1"
},
{
"name": "deprecation-cop",
"version": "0.56.7"
},
{
"name": "dev-live-reload",
"version": "0.47.1"
},
{
"name": "emmet",
"version": "2.4.3"
},
{
"name": "encoding-selector",
"version": "0.23.4"
},
{
"name": "exception-reporting",
"version": "0.41.4"
},
{
"name": "file-icons",
"version": "2.1.12"
},
{
"name": "find-and-replace",
"version": "0.209.5"
},
{
"name": "ftp-remote-edit",
"version": "0.12.3"
},
{
"name": "fuzzy-finder",
"version": "1.5.8"
},
{
"name": "genesis-syntax",
"version": "1.0.9",
"theme": "syntax"
},
{
"name": "git-diff",
"version": "1.3.6"
},
{
"name": "github",
"version": "0.4.0"
},
{
"name": "go-to-line",
"version": "0.32.1"
},
{
"name": "grammar-selector",
"version": "0.49.5"
},
{
"name": "highlight-selected",
"version": "0.13.1"
},
{
"name": "image-view",
"version": "0.62.3"
},
{
"name": "improved-chester-atom-syntax",
"version": "0.3.0",
"theme": "syntax"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "isotope-ui",
"version": "2.8.5",
"theme": "ui"
},
{
"name": "keybinding-resolver",
"version": "0.38.0"
},
{
"name": "language-blade",
"version": "0.36.0"
},
{
"name": "language-c",
"version": "0.58.1"
},
{
"name": "language-clojure",
"version": "0.22.4"
},
{
"name": "language-coffee-script",
"version": "0.48.9"
},
{
"name": "language-csharp",
"version": "0.14.2"
},
{
"name": "language-css",
"version": "0.42.4"
},
{
"name": "language-gfm",
"version": "0.90.0"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.44.2"
},
{
"name": "language-html",
"version": "0.47.3"
},
{
"name": "language-hyperlink",
"version": "0.16.2"
},
{
"name": "language-java",
"version": "0.27.2"
},
{
"name": "language-javascript",
"version": "0.127.1"
},
{
"name": "language-json",
"version": "0.19.1"
},
{
"name": "language-less",
"version": "0.33.0"
},
{
"name": "language-make",
"version": "0.22.3"
},
{
"name": "language-mustache",
"version": "0.14.1"
},
{
"name": "language-objective-c",
"version": "0.15.1"
},
{
"name": "language-perl",
"version": "0.37.0"
},
{
"name": "language-php",
"version": "0.42.0"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.45.4"
},
{
"name": "language-ruby",
"version": "0.71.3"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.2"
},
{
"name": "language-sass",
"version": "0.61.0"
},
{
"name": "language-shellscript",
"version": "0.25.2"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.8"
},
{
"name": "language-text",
"version": "0.7.3"
},
{
"name": "language-todo",
"version": "0.29.2"
},
{
"name": "language-toml",
"version": "0.18.1"
},
{
"name": "language-xml",
"version": "0.35.2"
},
{
"name": "language-yaml",
"version": "0.30.1"
},
{
"name": "line-ending-selector",
"version": "0.7.3"
},
{
"name": "link",
"version": "0.31.3"
},
{
"name": "markdown-preview",
"version": "0.159.13"
},
{
"name": "material-ui",
"version": "1.0.10",
"theme": "ui"
},
{
"name": "metrics",
"version": "1.2.6"
},
{
"name": "minimap",
"version": "4.29.7"
},
{
"name": "minimap-find-and-replace",
"version": "4.5.2"
},
{
"name": "minimap-highlight-selected",
"version": "4.6.1"
},
{
"name": "minimap-selection",
"version": "4.5.0"
},
{
"name": "notifications",
"version": "0.69.0"
},
{
"name": "one-dark-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.10.8",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.10.6",
"theme": "ui"
},
{
"name": "open-on-github",
"version": "1.2.1"
},
{
"name": "package-generator",
"version": "1.1.1"
},
{
"name": "pigments",
"version": "0.40.2"
},
{
"name": "project-manager",
"version": "3.3.5"
},
{
"name": "settings-view",
"version": "0.251.5"
},
{
"name": "snippets",
"version": "1.1.4"
},
{
"name": "solarized-dark-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "solarized-light-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "spell-check",
"version": "0.72.1"
},
{
"name": "status-bar",
"version": "1.8.11"
},
{
"name": "styleguide",
"version": "0.49.7"
},
{
"name": "symbols-view",
"version": "0.117.0"
},
{
"name": "sync-settings",
"version": "0.8.3"
},
{
"name": "tabs",
"version": "0.107.1"
},
{
"name": "timecop",
"version": "0.36.0"
},
{
"name": "tree-ignore",
"version": "0.6.2"
},
{
"name": "tree-view",
"version": "0.217.7"
},
{
"name": "update-package-dependencies",
"version": "0.12.0"
},
{
"name": "welcome",
"version": "0.36.5"
},
{
"name": "whitespace",
"version": "0.37.2"
},
{
"name": "wrap-guide",
"version": "0.40.2"
}
]
{
"atom-autocomplete-php": {
"binComposer": "Z:\\Laragon\\bin\\composer"
},
"atom-beautify": {
"general": {
"_analyticsUserId": "0eaffbae-67e2-422a-8409-86300654023d"
}
},
"atom-package-deps": {
"ignored": []
},
"atom-windows-titlebar": {
"hideFrame": true
},
"autocomplete-php": {
"executablePath": "Z:\\Laragon\\bin\\php\\php-7.0.10-Win32-VC14-x86\\php.exe"
},
"bracket-matcher": {},
"core": {
"autoHideMenuBar": true,
"disabledPackages": [
"wrap-guide",
"autocomplete-atom-api",
"language-c",
"language-clojure",
"language-csharp",
"language-gfm",
"language-go",
"language-java",
"language-make",
"language-mustache",
"language-objective-c",
"language-perl",
"language-python",
"language-ruby",
"language-ruby-on-rails",
"language-shellscript",
"language-toml",
"language-yaml",
"metrics",
"welcome",
"language-blade",
"blade-snippets",
"autoflow",
"background-tips",
"bookmarks",
"grammar-selector",
"language-sass",
"link",
"markdown-preview",
"open-on-github",
"package-generator",
"spell-check",
"whitespace",
"tree-ignore",
"minimap-highlight-selected",
"github",
"about",
"archive-view",
"encoding-selector",
"exception-reporting",
"image-view",
"timecop"
],
"reopenProjectMenuCount": 10,
"telemetryConsent": "no",
"themes": [
"one-dark-ui",
"genesis-syntax"
]
},
"editor": {
"fontFamily": "Mononoki",
"fontSize": 15,
"invisibles": {},
"scrollPastEnd": true,
"showIndentGuide": true,
"softWrap": true,
"zoomFontWhenCtrlScrolling": false
},
"exception-reporting": {
"userId": "62754585-9854-1286-bb47-4c3a4ff715a0"
},
"fonts": {
"fontFamily": "Mononoki"
},
"ftp-remote-edit": {
"config": "5eff749982e922c68c3ee0cea1a76a9e0f8c3fe8b80c87b8fddbe3f82f7c83442674073cfe26d9cd30484f067eb8727ccc322006dcef378d715bd904b8b104b7160d1998741b1f35ff94f7071c36d7912a11e8614ea6086fff807d9b2ddb2ebe943c1fc855674a4bf6a91c9c104d552776efc6a001d81512b838c2e7b7e892c004341c70ae54c78ab238964ab2cb94a29a79e06d725b2202ebd28660b4f74bae9b405c5d7009a6009cffec7761bbae80b34cc71db172938f19acb7ac1662d240d9ab553667bd74c8279e3168ae55368d7d3847f728d7a147e797cf2bc4d560fd3efb66c5a887cb18f066446102110826f56c123a9220acc58b867e4baad2951a269553aee560fdcb5a2a4af84469685420e76c11a4d5b885bad5d6baf278fe0f6b51b380cb89163c0ace573c8084cd61c167a9e65cac64da88e22010f732064985cea1f63f3da35d9ac0bb8e664e99c92abb8e639b9a4e7686c952885429e4c0e2ce0ce946014a9e9015614f9c59e93cd7ded1a80163aad472e66e12489c36f3c9ffb3414683a2f75dc8a24591543078cf18f173801a663954442ecb96f500141312c476742f53ef74b2fee6def6563706cc71b6c3709c230c0f192aa1419be620a33bde11be9a250fabe9768cf0227860241bd1ba7daaa113cdb90a87b86c7c81054a976ee4db625b39707bb03e0e07d00bd9520bbca07809c4188ee7675aaf6a094121dad8ad7e2e3989da6ba74477bb3447921172ed5cc0725c887eae93fe2f61c82e80a655d9728e7dc9f87dc19135a32b42c988196bbff0872d34c8bb528109d42206a05915680a041775f9a67094b7fda59c10504f2f271ef279ed39c6048f5f252d0164c4e6117ac979c1f9e6de54cf10b25ba302b0e6203f060df869c2308cebf2e3fe0410b5ca85309c08d37be10ec0b3018e5c4a9c8fdb40dc7e0cee0704c1d92f71df02c2e939832f0446a61918bad68a6f43a4f7e265b61f3ccf5af05ab0e0e1feb3b5257f9d786a2fc4a839360bb7ea6ad04ef6442cee1f32db4c07c38b00333293f2e646b74a504f235371eea0168f050fb816c3d47bf06a7fe644e704e756b32f8f8600ba4be3ba3dcbb2eaf810dc105e83b535334f46d07bac2b77c9a30b5fa4352452e704b3d6526e4a7833ec1149e099bc5e5a3a27ee288074a3bb663a0cc7899470393903aae1a21e66289b6d56086ed4506f9561787a9005032d47045797357394e79d0f147fbcec9327003d13dbd8956b8cfd3354c8bb4711012b61478a5d212a25ae13fd4e89f82c13c7570d72edc476cc514a28a108f7b0f4a94ea3bc5537ad00f223905a2fa5cb719e15794ff6d58f75343618908f72c8b3635fc85f1d1fd818c4c304bcafb438c210583f7119b1c1143028e18e",
"password": "6aef339b82ec288fd3",
"showOnRightSide": false
},
"genesis-ui": {
"distractionFree": {
"hideBottom": false,
"hideFiles": false,
"hideTabs": false
},
"treeView": {}
},
"highlight-selected": {},
"linter-ui-default": {
"panelHeight": 69,
"showPanel": true
},
"minimap": {
"plugins": {
"find-and-replace": true,
"find-and-replaceDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"pigments": true,
"pigmentsDecorationsZIndex": 0,
"selection": true,
"selectionDecorationsZIndex": 0
}
},
"platformio-ide-terminal": {
"core": {
"autoRunCommand": "cls && \"Z:\\Laragon\\bin\\cmder\\atom.bat\"",
"shell": "C:\\Windows\\System32\\cmd.exe"
},
"style": {},
"toggles": {
"cursorBlink": false
}
},
"remote-edit": {},
"remote-sync": {},
"seti-icons": {},
"status-bar": {
"selectionCountFormat": "%L Line, %C Character"
},
"sync-settings": {},
"tree-ignore": {},
"tree-view": {
"hideVcsIgnoredFiles": true
},
"welcome": {
"showOnStartup": false
}
}
# 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
'.source.php':
'precho':
'prefix': 'precho'
'body': """
echo '<pre>';
print_r($$1);
echo '</pre>';
"""
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
// 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%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
}
.theme-one-dark-ui {
// .tab-bar { font-size: 12px; }
}
.atom-text-editor atom-text-editor-minimap .open-minimap-quick-settings, html atom-text-editor-minimap .open-minimap-quick-settings{
visibility: hidden;
}
// atom-pane-container{
// padding-top: 0;
// }
// .tab-bar .tab{
// border: 0px;
// }
// .tab-bar .tab.active:last-of-type{
// display: none;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment