remove sublime and vscode from dotfiles

This commit is contained in:
Ben Harris 2019-12-18 14:40:33 -05:00
parent 53d596ca8a
commit c4427031ae
138 changed files with 2 additions and 20041 deletions

View File

@ -16,7 +16,7 @@ endif
install:
@make $(UNAME)
Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin vscode sublime
Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin
Windows: bash git vim
Other: bash git vim
@ -30,9 +30,7 @@ clean:
stow -t "$$HOME" -D gnupg
stow -t "$$HOME" -D mutt
stow -t "$$HOME" -D nvim
stow -t "$$HOME" -D sublime
stow -t "$$HOME" -D vim
stow -t "$$HOME" -D vscode
stow -t "$$HOME" -D weechat
bash:
@ -76,10 +74,6 @@ nvim:
@printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)"
stow -t "$$HOME" nvim
sublime:
@printf "$(YELLOW)--- sublime --------------------------------------------\n$(RESET)"
stow -t "$$HOME" sublime
vim:
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
mkdir -p ~/.vim/{undodir,swap,backup}
@ -87,10 +81,6 @@ vim:
git submodule update --remote --init -- vim/.vim/bundle
stow -t "$$HOME" vim
vscode:
@printf "$(YELLOW)--- vscode ---------------------------------------------\n$(RESET)"
stow -t "$$HOME" vscode
weechat:
@printf "$(YELLOW)--- weechat --------------------------------------------\n$(RESET)"
stow -t "$$HOME" weechat
@ -99,4 +89,4 @@ nuke:
@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other
.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other

View File

@ -1,23 +0,0 @@
{
// If you want exceptions reraised so you can see them in the console, change this to true.
"reraise_exceptions": false,
// If you want to have a syntax applied when new files are created, set new_file_syntax to the name of the syntax
// to use. The format is exactly the same as "syntax" in the rules below. For example, if you want to have a new
// file use JavaScript syntax, set new_file_syntax to 'JavaScript'.
"new_file_syntax": false,
// Auto add extensions to language settings file in User folder.
// Do not manually remove "apply_syntax_extensions" from the settings file.
// "extenstions" are ignored by "match": "all" setting.
"add_exts_to_lang_settings": true,
// Control level of logging in the console.
// (true|false|"verbose")
"debug": true,
// Put your custom syntax rules here:
"syntaxes": [
]
}

View File

@ -1,59 +0,0 @@
{
"HTML (Rails)":
[
"html.erb"
],
"JSON":
[
".bowerrc",
".csslintrc",
".eslintrc",
".jscsrc",
".jshintrc",
"geojson"
],
"PHP":
[
"inc",
"php3",
"php4",
"php5",
"phtml"
],
"Python":
[
"py3",
"pyw"
],
"Ruby":
[
"jbuilder",
"podspec",
"rabl",
"rake",
"rb",
"simplecov",
"thor"
],
"Ruby Haml":
[
"haml"
],
"Shell-Unix-Generic":
[
"bash",
"sh",
"zsh"
],
"XML":
[
"xml.dist"
],
"YAML":
[
".gemrc",
"YAML-tmLanguage",
"yml",
"yml.dist"
]
}

View File

@ -1,23 +0,0 @@
{
// If you want exceptions reraised so you can see them in the console, change this to true.
"reraise_exceptions": false,
// If you want to have a syntax applied when new files are created, set new_file_syntax to the name of the syntax
// to use. The format is exactly the same as "syntax" in the rules below. For example, if you want to have a new
// file use JavaScript syntax, set new_file_syntax to 'JavaScript'.
"new_file_syntax": false,
// Auto add extensions to language settings file in User folder.
// Do not manually remove "apply_syntax_extensions" from the settings file.
// "extenstions" are ignored by "match": "all" setting.
"add_exts_to_lang_settings": true,
// Control level of logging in the console.
// (true|false|"verbose")
"debug": true,
// Put your custom syntax rules here:
"syntaxes": [
]
}

View File

@ -1,59 +0,0 @@
{
"HTML (Rails)":
[
"html.erb"
],
"JSON":
[
".bowerrc",
".csslintrc",
".eslintrc",
".jscsrc",
".jshintrc",
"geojson"
],
"PHP":
[
"inc",
"php3",
"php4",
"php5",
"phtml"
],
"Python":
[
"py3",
"pyw"
],
"Ruby":
[
"jbuilder",
"podspec",
"rabl",
"rake",
"rb",
"simplecov",
"thor"
],
"Ruby Haml":
[
"haml"
],
"Shell-Unix-Generic":
[
"bash",
"sh",
"zsh"
],
"XML":
[
"xml.dist"
],
"YAML":
[
".gemrc",
"YAML-tmLanguage",
"yml",
"yml.dist"
]
}

View File

@ -1,5 +0,0 @@
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_complete_triggers": [ {"selector": "source.cs", "characters": ".<"} ],
}

View File

@ -1,3 +0,0 @@
{
"ensure_newline_at_eof_on_save":true
}

View File

@ -1,21 +0,0 @@
<snippet>
<content><![CDATA[
// Ben Harris CS228-02 Network Programming
// $1
#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main(int argc, char **argv){
$0
return 0;
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>CS228</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.c++</scope>
</snippet>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

View File

@ -1,936 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>MarkdownEditing</string>
<key>settings</key>
<array>
<dict>
<key>name</key>
<string>mon_color</string>
<key>scope</key>
<string>mcol_0086b3FF</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#0086b3FF</string>
<key>foreground</key>
<string>#4CD2FEFF</string>
<key>caret</key>
<string>#4CD2FEFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>mon_text_color</string>
<key>scope</key>
<string>mcol_text_0086b3FF</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#ECECEdFF</string>
<key>foreground</key>
<string>#0086b3FF</string>
<key>caret</key>
<string>#4CD2FEFF</string>
</dict>
</dict>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#ECECEC</string>
<key>caret</key>
<string>#00bbff</string>
<key>foreground</key>
<string>#555555</string>
<key>invisibles</key>
<string>#E0E0E0</string>
<key>lineHighlight</key>
<string>#D3D3D3</string>
<key>selection</key>
<string>#C2E8FF</string>
<key>selectionBorder</key>
<string>#AACBDF</string>
<key>inactiveSelection</key>
<string>#B5D3E5</string>
<key>findHighlight</key>
<string>#FFE792</string>
<key>findHighlightForeground</key>
<string>#000000</string>
<key>shadow</key>
<string>#808080</string>
<key>shadowWidth</key>
<string>6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>comment, comment punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ADADAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comments: Preprocessor</string>
<key>scope</key>
<string>comment.block.preprocessor</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ADADAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid - Deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EFCFCF</string>
<key>fontStyle</key>
<string>italic underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid - Illegal</string>
<key>scope</key>
<string>invalid.illegal</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#F9F2CE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operators</string>
<key>scope</key>
<string>keyword.operator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#626FC9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keywords</string>
<key>scope</key>
<string>keyword, storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#61862F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Types</string>
<key>scope</key>
<string>storage.type, support.type</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#6700B9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Functions</string>
<key>scope</key>
<string>entity.name.function, support.function, entity</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#61862F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Classes</string>
<key>scope</key>
<string>entity.name.type, entity.other.inherited-class, support.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#3A1D72</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Exceptions</string>
<key>scope</key>
<string>entity.name.exception</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F93232</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Sections</string>
<key>scope</key>
<string>entity.name.section,entity.name.section.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#333333</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Numbers</string>
<key>scope</key>
<string>constant.numeric, constant</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#F3F2FF</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#7653C1</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Punctuation</string>
<key>scope</key>
<string>punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings</string>
<key>scope</key>
<string>constant.character, string</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FBE9AD1A</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#BC670F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings: Punctuation</string>
<key>scope</key>
<string>string punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#E69A4C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings: Escape Sequences</string>
<key>scope</key>
<string>constant.character.escape</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FBE9ADCC</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings: Symbols</string>
<key>scope</key>
<string>constant.other.symbol</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#E8FFD5</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded Source</string>
<key>scope</key>
<string>string source, text source</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#434343</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Doctype Declaration</string>
<key>scope</key>
<string>meta.tag.sgml.doctype</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#7F7F7F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Tags</string>
<key>scope</key>
<string>
, text.html.markdown meta.disable-markdown entity.name.tag,
, text.html.markdown meta.disable-markdown meta.tag,
, text.html.markdown meta.disable-markdown meta.tag punctuation.definition.tag,
, text.html.markdown meta.disable-markdown meta.tag string.quoted meta.string-contents,
, text.html.markdown meta.disable-markdown meta.tag string.quoted punctuation.definition.string,
, text.html.markdown meta.disable-markdown meta.tag entity.other.attribute-name,
, text.html.markdown meta.paragraph.markdown entity.name.tag,
, text.html.markdown meta.paragraph.markdown meta.tag,
, text.html.markdown meta.paragraph.markdown meta.tag punctuation.definition.tag,
, text.html.markdown meta.paragraph.markdown meta.tag string.quoted meta.string-contents,
, text.html.markdown meta.paragraph.markdown meta.tag string.quoted punctuation.definition.string,
, text.html.markdown meta.paragraph.markdown meta.tag entity.other.attribute-name,
, text.html.markdown markup.list entity.name.tag,
, text.html.markdown markup.list meta.tag,
, text.html.markdown markup.list meta.tag punctuation.definition.tag,
, text.html.markdown markup.list meta.tag string.quoted meta.string-contents,
, text.html.markdown markup.list meta.tag string.quoted punctuation.definition.string,
, text.html.markdown markup.list meta.tag entity.other.attribute-name,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AAAAAA</string>
<key>background</key>
<string>#ECECEC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Embedded</string>
<key>scope</key>
<string>source.smarty.embedded.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#777777</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Attribute Punctuation</string>
<key>scope</key>
<string>meta.tag string punctuation,punctuation.definition.entity.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#91accf</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Tag Punctuation</string>
<key>scope</key>
<string>punctuation.definition.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#91accf</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Entities</string>
<key>scope</key>
<string>constant.character.entity</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6d98cf</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Attribute Names</string>
<key>scope</key>
<string>entity.other.attribute-name, text.html.markdown meta.disable-markdown meta.tag.block.any.html string.quoted.double.html, text.html.markdown meta.disable-markdown meta.tag.block.any.html string.quoted.double.html punctuation.definition</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Attribute Values</string>
<key>scope</key>
<string>meta.tag string.quoted, meta.tag string.quoted constant.character.entity</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6d98cf</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Emphasis</string>
<key>scope</key>
<string>markup.italic, markup.italic.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#777777</string>
<key>background</key>
<string>#E8E8E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown: Link</string>
<key>scope</key>
<string>string.other.link.title.markdown,string.other.link.description.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#333333</string>
<key>background</key>
<string>#DDDDDD00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown: Punctuation</string>
<key>scope</key>
<string>punctuation.definition.metadata.markdown,punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.constant.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown,punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.strikethrough.markdown, punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AAAAAA</string>
<key>background</key>
<string>#EEEEEE00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown: Lists</string>
<key>scope</key>
<string>
, markup.list.unnumbered.markdown,
, markup.list.unnumbered.markdown meta.paragraph.list.markdown,
, markup.list.numbered.markdown,
, markup.list.numbered.markdown meta.paragraph.list.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#666666</string>
<key>background</key>
<string>#EEEEEE00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown: Lists</string>
<key>scope</key>
<string>
, markup.list.unnumbered.markdown punctuation.definition.list_item.markdown,
, markup.list.numbered.markdown punctuation.definition.list_item.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Output</string>
<key>scope</key>
<string>markup.output, markup.raw</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7F7F7F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Prompt</string>
<key>scope</key>
<string>markup.prompt</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Heading</string>
<key>scope</key>
<string>markup.heading</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: StrongEmphasis</string>
<key>scope</key>
<string>markup.bold_italic, markup.bold_italic.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold italic</string>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Strong</string>
<key>scope</key>
<string>markup.bold, markup.bold.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Strikethrough</string>
<key>scope</key>
<string>
, markup.strikethrough,
, markup.strikethrough.markdown,
, markup.strikethrough constant.other.reference.link.markdown,
, markup.strikethrough entity.name.tag,
, markup.strikethrough markup.bold,
, markup.strikethrough markup.bold.markdown,
, markup.strikethrough markup.italic,
, markup.strikethrough markup.italic.markdown,
, markup.strikethrough markup.raw.inline.markdown,
, markup.strikethrough markup.underline.link.image.markdown,
, markup.strikethrough markup.underline.link.markdown,
, markup.strikethrough meta.link.inet.markdown markup.underline.link.markdown,
, markup.strikethrough meta.link.email.lt-gt.markdown markup.underline.link.markdown,
, markup.strikethrough punctuation.definition.bold.markdown,
, markup.strikethrough punctuation.definition.italic.markdown,
, markup.strikethrough punctuation.definition.constant.begin.markdown,
, markup.strikethrough punctuation.definition.constant.end.markdown,
, markup.strikethrough punctuation.definition.constant.markdown,
, markup.strikethrough punctuation.definition.metadata.markdown,
, markup.strikethrough punctuation.definition.raw.markdown,
, markup.strikethrough punctuation.definition.strikethrough.markdown,
, markup.strikethrough punctuation.definition.string.begin.markdown,
, markup.strikethrough punctuation.definition.string.end.markdown,
, markup.strikethrough punctuation.definition.tag.begin.html,
, markup.strikethrough punctuation.definition.tag.end.html,
, markup.strikethrough string.other.link.description.markdown,
, markup.strikethrough string.other.link.description.title.markdown,
, markup.strikethrough string.other.link.title.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CECECE</string>
<key>background</key>
<string>#ECECEC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Strikethrough (Keyboard Shortcut)</string>
<key>scope</key>
<string>
, markup.strikethrough markup.kbd.content,
, markup.strikethrough markup.kbd.content.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#B7B7B7</string>
<key>background</key>
<string>#DDDDDD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Keyboard Shortcut</string>
<key>scope</key>
<string>markup.kbd.content.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#D3D3D3</string>
<key>foreground</key>
<string>#131313</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Traceback</string>
<key>scope</key>
<string>markup.traceback</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F93232</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Underline</string>
<key>scope</key>
<string>markup.underline,markup.underline.link.markdown,constant.other.reference.link.markdown,meta.image.reference.markdown,meta.image.inline.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#E8E8E8</string>
<key>foreground</key>
<string>#AAAAAA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Plain Link</string>
<key>scope</key>
<string>
, meta.link.inet.markdown markup.underline.link.markdown,
, meta.link.email.lt-gt.markdown markup.underline.link.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#444488</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff Range</string>
<key>scope</key>
<string>meta.diff.range, meta.diff.index, meta.separator</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAF2F5</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#434343</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff From</string>
<key>scope</key>
<string>meta.diff.header.from-file</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFDDDD</string>
<key>foreground</key>
<string>#434343</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff To</string>
<key>scope</key>
<string>meta.diff.header.to-file</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#DDFFDD</string>
<key>foreground</key>
<string>#434343</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown Meta</string>
<key>scope</key>
<string>meta.header.multimarkdown,keyword.other.multimarkdown,string.unquoted.multimarkdown,punctuation.separator.key-value.multimarkdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#DDDDDD</string>
<key>foreground</key>
<string>#BBBBBB</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown separator</string>
<key>scope</key>
<string>meta.separator.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#BBBBBB22</string>
<key>foreground</key>
<string>#AAAAAA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blockquote</string>
<key>scope</key>
<string>markup.quote.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blockquote (Tags)</string>
<key>scope</key>
<string>
, text.html.markdown markup.quote.markdown entity.name.tag,
, text.html.markdown markup.quote.markdown meta.tag,
, text.html.markdown markup.quote.markdown meta.tag punctuation.definition.tag,
, text.html.markdown markup.quote.markdown meta.tag string.quoted meta.string-contents,
, text.html.markdown markup.quote.markdown meta.tag string.quoted punctuation.definition.string,
, text.html.markdown markup.quote.markdown meta.tag entity.other.attribute-name,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CECECE</string>
<key>background</key>
<string>#ECECEC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blockquote (Keyboard Shortcut)</string>
<key>scope</key>
<string>text.html.markdown markup.quote.markdown markup.kbd.content.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#e5e5e5</string>
<key>foreground</key>
<string>#717171</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blockquote (Bold)</string>
<key>scope</key>
<string>
, text.html.markdown markup.quote.markdown markup.bold,
, text.html.markdown markup.quote.markdown markup.bold.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Blockquote punctuation</string>
<key>scope</key>
<string>punctuation.definition.blockquote.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#D0D0D0</string>
<key>foreground</key>
<string>#D0D0D0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Block code</string>
<key>scope</key>
<string>markup.raw.block.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#dedede</string>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inline code</string>
<key>scope</key>
<string>markup.raw.inline.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#dedede</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Block Cursor</string>
<key>scope</key>
<string>block_cursor</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#212121</string>
<key>background</key>
<string>#00bdff77</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Brackets</string>
<key>scope</key>
<string>entity.name.class</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#d5f6ff88</string>
</dict>
</dict>
<!-- Below definitions belong to thirdparty plugins. -->
<dict>
<key>name</key>
<string>WordHighlight</string>
<key>scope</key>
<string>wordhighlight</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#212121</string>
<key>background</key>
<string>#00bdff77</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>BracketHighlighter</string>
<key>scope</key>
<string>brackethighlighter.default</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#212121</string>
<key>background</key>
<string>#00bdff77</string>
</dict>
</dict>
<!-- Support for GitGutter -->
<dict>
<key>name</key>
<string>GitGutter deleted</string>
<key>scope</key>
<string>markup.deleted.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F92672</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter inserted</string>
<key>scope</key>
<string>markup.inserted.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#46A524</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter changed</string>
<key>scope</key>
<string>markup.changed.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#700DDB</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter ignored</string>
<key>scope</key>
<string>markup.ignored.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#565656</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter untracked</string>
<key>scope</key>
<string>markup.untracked.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#565656</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>BF4E1964-0DB9-4E88-8142-E8F52D7EDEEC</string>
</dict>
</plist>

View File

@ -1,5 +0,0 @@
// These settings override both User and Default settings for the Crystal syntax
{
"tab_size": 2
}

View File

@ -1,5 +0,0 @@
[
{"keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{"keys": ["alt+m"], "command": "toggle_menu"},
{"keys": ["ctrl+,"], "command": "open_file", "args": {"file": "${packages}/User/Preferences.sublime-settings"}},
]

View File

@ -1,6 +0,0 @@
[
{"keys": ["ctrl+shift+o"], "command": "prompt_open_folder"},
{"keys": ["ctrl+,"], "command": "open_file", "args": {"file": "${packages}/User/Preferences.sublime-settings"}},
{"keys": ["ctrl+alt+p"], "command": "prompt_select_workspace"},
{"keys": ["alt+m"], "command": "toggle_menu"}
]

View File

@ -1,5 +0,0 @@
// These settings override both User and Default settings for the Elixir syntax
{
"tab_size": 2
}

View File

@ -1,5 +0,0 @@
{
"token": "54aebc3283348c016e1404e233407cf0732a6458",
"include_users": ["benharri"],
"show_authors": true
}

View File

@ -1,8 +0,0 @@
{
"extensions":
[
"rails",
"html.erb",
"erb"
]
}

View File

@ -1,8 +0,0 @@
{
"extensions":
[
"html.erb",
"rails",
"erb"
]
}

View File

@ -1,8 +0,0 @@
{
"extensions":
[
"erb",
"html.erb",
"rails"
]
}

View File

@ -1,7 +0,0 @@
{
"extensions":
[
"htm",
"html"
]
}

View File

@ -1,11 +0,0 @@
{
"extensions":
[
".eslintrc",
"geojson",
".bowerrc",
".csslintrc",
".jscsrc",
".jshintrc"
]
}

View File

@ -1,11 +0,0 @@
{
"extensions":
[
"geojson",
".csslintrc",
".eslintrc",
".bowerrc",
".jscsrc",
".jshintrc"
]
}

View File

@ -1,11 +0,0 @@
{
"extensions":
[
"geojson",
".jscsrc",
".eslintrc",
".csslintrc",
".bowerrc",
".jshintrc"
]
}

File diff suppressed because one or more lines are too long

View File

@ -1,28 +0,0 @@
{
"jdk_version":
{
"JDK1.8.0u101":
{
"path": "C:\\Program Files\\Java\\jdk1.8.0_101\\bin",
"update": "101",
"version": "1.8.0"
},
"use": ""
},
"message_id": 20,
"project_data":
{
"2":
{
"folders":
[
{
"path": "C:\\Users\\bharr\\Google Drive\\College\\philos_backup"
},
{
"path": "C:\\Users\\bharr\\workspace"
}
]
}
}
}

View File

@ -1,4 +0,0 @@
{
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme"
}

View File

@ -1,9 +0,0 @@
{
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme",
"extensions":
[
"md",
"mdown",
"txt"
]
}

View File

@ -1,3 +0,0 @@
{
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme"
}

View File

@ -1,3 +0,0 @@
{
"omnisharp_server_config_location": "C:\\Users\\bharris\\AppData\\Roaming\\Sublime Text 3\\Packages\\OmniSharp\\PrebuiltOmniSharpServer\\config.json"
}

View File

@ -1,10 +0,0 @@
{
"extensions":
[
"phtml",
"php3",
"php4",
"inc",
"php5"
]
}

View File

@ -1,10 +0,0 @@
{
"extensions":
[
"php3",
"php4",
"php5",
"phtml",
"inc"
]
}

View File

@ -1,10 +0,0 @@
{
"extensions":
[
"php5",
"php4",
"inc",
"phtml",
"php3"
]
}

View File

@ -1,46 +0,0 @@
{
"bootstrapped": true,
"in_process_packages":
[
"LinqPad"
],
"installed_packages":
[
"A File Icon",
"Alignment",
"All Autocomplete",
"ApplySyntax",
"Boxy Theme",
"C# Snippets",
"Crystal",
"DocBlockr",
"Elixir",
"ElixirFormatter",
"ElixirSublime",
"Emmet",
"F#",
"Git",
"JsPrettier",
"Kulture",
"LinqPad",
"MarkdownEditing",
"MarkdownPreview",
"Material Theme",
"OmniSharp",
"Origami",
"Package Control",
"PackageDev",
"PlainTasks",
"PowerShell",
"Pretty JSON",
"Razor",
"Ruby Completions",
"Sass",
"SideBarEnhancements",
"Skins",
"SqlBeautifier",
"SublimeLinter",
"SublimeREPL",
"Terminal"
]
}

View File

@ -1,5 +0,0 @@
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_complete_triggers": [ {"selector": "source.cs", "characters": ".<"} ],
}

View File

@ -1,3 +0,0 @@
{
"color_scheme": "Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme"
}

View File

@ -1,69 +0,0 @@
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "IBM Plex Mono",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"All Autocomplete",
"Better CoffeeScript",
"LaTeXing",
"LinqPad",
"Markdown",
"Pretty JSON",
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_graphite": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_fileicon": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"non_blocking": true,
"origami_auto_close_empty_panes": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"skin": "Material Theme/Material Theme - Darker",
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"theme_accent_mono": true,
"theme_button_rounded": true,
"theme_find_panel_close_hidden": true,
"theme_find_panel_size_xs": true,
"theme_grid_border_size_sm": true,
"theme_icons_atomized": true,
"theme_minimap_viewport_opacity_xh": true,
"theme_sidebar_folder_arrow": true,
"theme_sidebar_heading_bold": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_sidebar_indent_xl": true,
"theme_size_md": true,
"theme_tab_arrows_hidden": true,
"theme_tab_close_always_visible": true,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

View File

@ -1,39 +0,0 @@
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Consolas",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Anaconda",
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"origami_auto_close_empty_panes": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

View File

@ -1,44 +0,0 @@
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Consolas",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_fileicon": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"non_blocking": true,
"origami_auto_close_empty_panes": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

View File

@ -1,45 +0,0 @@
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SideBarEnhancements",
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_fileicon": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"non_blocking": true,
"origami_auto_close_empty_panes": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

View File

@ -1,45 +0,0 @@
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_graphite": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_fileicon": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"non_blocking": true,
"origami_auto_close_empty_panes": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

View File

@ -1,44 +0,0 @@
{
"ensure_newline_at_eof_on_save": false,
"font_face": "Code New Roman",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Themr",
"Vintage"
],
"ignored_words":
[
"filepath",
"hostname"
],
// material theme things
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"overlay_scroll_bars": "enabled",
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_lime": true,
"material_theme_bold_tab": true,
"material_theme_tabs_autowidth": true,
// end material
"scroll_past_end": false,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

View File

@ -1,9 +0,0 @@
{
"extensions":
[
"py3",
"pyw"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}

View File

@ -1,6 +0,0 @@
{
"extensions":
[
"haml"
]
}

Some files were not shown because too many files have changed in this diff Show More