diff --git a/atom/.atom/config.cson b/atom/.atom/config.cson deleted file mode 100644 index d1e0470..0000000 --- a/atom/.atom/config.cson +++ /dev/null @@ -1,21 +0,0 @@ -'exception-reporting': - 'userId': 'f0959d78-91dc-bebd-b8b1-bb94795b687f' -'release-notes': - 'viewedVersion': '0.69.0' -'welcome': - 'showOnStartup': false -'metrics': - 'userId': 'e6c49abe1bf808251a71b7c40e037c6011a379fb' -'editor': - 'fontSize': 14 - 'fontFamily': 'Menlo' -'core': - 'themes': [ - 'atom-dark-ui' - 'atom-dark-syntax' - ] - 'ignoredNames': [ - '.git' - '.svn' - '.DS_Store' - ] diff --git a/atom/.atom/init.coffee b/atom/.atom/init.coffee deleted file mode 100644 index 4d10e77..0000000 --- a/atom/.atom/init.coffee +++ /dev/null @@ -1,14 +0,0 @@ -# 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) diff --git a/atom/.atom/keymap.cson b/atom/.atom/keymap.cson deleted file mode 100644 index bce80b7..0000000 --- a/atom/.atom/keymap.cson +++ /dev/null @@ -1,18 +0,0 @@ -# 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' -# -# 'body': -# 'ctrl-P': 'core:move-up' -# 'ctrl-p': 'core:move-down' -# diff --git a/atom/.atom/packages/README.md b/atom/.atom/packages/README.md deleted file mode 100644 index 540b694..0000000 --- a/atom/.atom/packages/README.md +++ /dev/null @@ -1 +0,0 @@ -All packages in this directory will be automatically loaded diff --git a/atom/.atom/snippets.cson b/atom/.atom/snippets.cson deleted file mode 100644 index 9578993..0000000 --- a/atom/.atom/snippets.cson +++ /dev/null @@ -1,15 +0,0 @@ -# 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' -# diff --git a/atom/.atom/styles.less b/atom/.atom/styles.less deleted file mode 100644 index d37163b..0000000 --- a/atom/.atom/styles.less +++ /dev/null @@ -1,21 +0,0 @@ -/* - * 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 { - -} - -.editor { - -} - -.editor .cursor { - -} diff --git a/atom/config.cson b/atom/config.cson deleted file mode 120000 index f5ea63e..0000000 --- a/atom/config.cson +++ /dev/null @@ -1 +0,0 @@ -/Users/sjs/Dropbox/Mackup/.atom/config.cson \ No newline at end of file diff --git a/atom/init.coffee b/atom/init.coffee deleted file mode 120000 index d599f77..0000000 --- a/atom/init.coffee +++ /dev/null @@ -1 +0,0 @@ -/Users/sjs/Dropbox/Mackup/.atom/init.coffee \ No newline at end of file diff --git a/atom/keymap.cson b/atom/keymap.cson deleted file mode 120000 index 66ea6cb..0000000 --- a/atom/keymap.cson +++ /dev/null @@ -1 +0,0 @@ -/Users/sjs/Dropbox/Mackup/.atom/keymap.cson \ No newline at end of file diff --git a/atom/snippets.cson b/atom/snippets.cson deleted file mode 120000 index 035464b..0000000 --- a/atom/snippets.cson +++ /dev/null @@ -1 +0,0 @@ -/Users/sjs/Dropbox/Mackup/.atom/snippets.cson \ No newline at end of file diff --git a/atom/styles.less b/atom/styles.less deleted file mode 120000 index bd7cd5a..0000000 --- a/atom/styles.less +++ /dev/null @@ -1 +0,0 @@ -/Users/sjs/Dropbox/Mackup/.atom/styles.less \ No newline at end of file