From 2228c4b680a5ea05b2576507eff3ec1c5f6ab8a7 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Thu, 7 Apr 2022 20:18:15 -0500 Subject: [PATCH] added git, bat, and gpg configs --- bat/themes/wombat-tmtheme/Wombat.tmTheme | 599 +++++++++++++++++++++++ git/gitconfig | 14 + git/gitconfig_work | 4 + gnupg/gpg-agent.conf | 1 + 4 files changed, 618 insertions(+) create mode 100644 bat/themes/wombat-tmtheme/Wombat.tmTheme create mode 100644 git/gitconfig create mode 100644 git/gitconfig_work create mode 100644 gnupg/gpg-agent.conf diff --git a/bat/themes/wombat-tmtheme/Wombat.tmTheme b/bat/themes/wombat-tmtheme/Wombat.tmTheme new file mode 100644 index 0000000..26723fd --- /dev/null +++ b/bat/themes/wombat-tmtheme/Wombat.tmTheme @@ -0,0 +1,599 @@ + + + + + author + Lars H. Nielsen + comment + Adapted and enhanced by Sergei Shoshin + name + Wombat + semanticClass + theme.dark.wombat + settings + + + settings + + background + #242424 + caret + #EEEEEE + foreground + #F6F3E8 + invisibles + #FFFFFF80 + lineHighlight + #F6F3E80D + selection + #F6F3E833 + + + + name + Foldings + scope + deco.folding + settings + + foreground + #5A6A65 + + + + name + Comment + scope + comment + settings + + fontStyle + italic + foreground + #99968B + + + + name + Constant + scope + constant + settings + + foreground + #E5786D + + + + name + Entity + scope + entity + settings + + + + name + Keyword + scope + keyword + settings + + + + name + Storage + scope + storage + settings + + foreground + #8AC6F2 + + + + name + String + scope + string + settings + + fontStyle + italic + foreground + #95E454 + + + + name + Support + scope + support + settings + + foreground + #CAE682 + + + + name + Variable + scope + variable + settings + + foreground + #D4C4A9 + + + + name + Invalid – Deprecated + scope + invalid.deprecated + settings + + fontStyle + italic underline + foreground + #D2A8A1 + + + + name + Invalid – Illegal + scope + invalid.illegal + settings + + background + #562D56BF + foreground + #F6F3E8 + + + + name + ----------------------------------- + settings + + + + name + ♦ Embedded Source + scope + meta.embedded.block - text.html.php, punctuation.whitespace.embedded - text.html.php + settings + + background + #B0B3BA14 + + + + name + ♦ Embedded Source (Bright) + scope + meta.embedded.line + settings + + background + #B1B3BA10 + + + + name + ♦ Entity inherited-class + scope + entity.other.inherited-class + settings + + fontStyle + italic + + + + name + ♦ String embedded-source + scope + string meta.embedded + settings + + foreground + #DAEFA3 + + + + name + ♦ String constant + scope + string constant + settings + + foreground + #DDF2A4 + + + + name + ♦ String.regexp + scope + string.regexp + settings + + + + name + ♦ String.regexp.«special» + scope + string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition + settings + + foreground + #CAE682 + + + + name + ♦ String variable + scope + string variable + settings + + + + name + ♦ Support.function + scope + support.function + settings + + + + name + ♦ Support.constant + scope + support.constant + settings + + + + name + ♦ Support.class + scope + support.class + settings + + fontStyle + bold + foreground + #E7F6DA + + + + name + ♦ Keyword Important + scope + keyword.other.important + settings + + foreground + #E7F6DA + + + + name + ♦ Keyword PHP Doc + scope + keyword.other.phpdoc + settings + + foreground + #B3B5AF + + + + name + ♦ Keyword Unit + scope + keyword.other.unit + settings + + foreground + #E5786D + + + + name + ♦ Keyword Control + scope + keyword.control, keyword.other.special-method + settings + + foreground + #8AC6F2 + + + + name + ♦ Keyword Operator Class + scope + keyword.operator.class + settings + + foreground + #E7F6DA + + + + name + ♦ Built-in Constant + scope + constant.language + settings + + fontStyle + bold + foreground + #8AC6F2 + + + + name + ♦ Class Name + scope + meta.class + settings + + foreground + #E7F6DA + + + + name + c C/C++ Preprocessor Line + scope + meta.preprocessor.c + settings + + foreground + #8996A8 + + + + name + c C/C++ Preprocessor Directive + scope + meta.preprocessor.c keyword + settings + + foreground + #AFC4DB + + + + name + ✘ Doctype/XML Processing + scope + meta.tag.sgml, meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype keyword, meta.tag.sgml.doctype variable, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + settings + + fontStyle + italic + foreground + #99968B + + + + name + ✘ Tag Definition + scope + punctuation.definition.tag - meta.tag.preprocessor.xml - meta.tag.sgml + settings + + foreground + #CAE682 + + + + name + ✘ Attribute Name + scope + entity.other.attribute-name - meta.tag.preprocessor.xml + settings + + foreground + #CAE682 + + + + name + ✘ Meta.tag.«all» + scope + entity.name.tag - meta.tag.preprocessor.xml - meta.tag.sgml.doctype + settings + + foreground + #8AC6F2 + + + + name + ✘ Meta.tag.inline + scope + declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity + settings + + + + name + § css:pseudo-class + scope + meta.selector.css entity.other.attribute-name.pseudo-class, meta.selector.css entity.other.attribute-name.pseudo-element + settings + + fontStyle + italic + + + + name + § css#id + scope + meta.selector.css entity.other.attribute-name.id + settings + + + + name + § css.class + scope + meta.selector.css entity.other.attribute-name.class + settings + + + + name + § css property-name: + scope + support.type.property-name + settings + + fontStyle + bold + + + + name + § css property-value; + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + foreground + #CAE682 + + + + name + § css @at-rule + scope + meta.at-rule keyword.control.at-rule + settings + + foreground + #E7F6DA + + + + name + § css additional-constants + scope + meta.property-value support.constant.named-color.css, meta.property-value constant + settings + + + + name + § css constructor.argument + scope + meta.constructor.argument.css + settings + + foreground + #8F9D6A + + + + name + ⎇ diff.header + scope + meta.diff, meta.diff.header, meta.separator, meta.diff.range, meta.diff.index + settings + + background + #0E2231 + fontStyle + italic + foreground + #F8F8F8 + + + + name + ⎇ diff.deleted + scope + markup.deleted + settings + + background + #420E09 + foreground + #F8F8F8 + + + + name + ⎇ diff.changed + scope + markup.changed + settings + + background + #4A410D + foreground + #F8F8F8 + + + + name + ⎇ diff.inserted + scope + markup.inserted + settings + + background + #253B22 + foreground + #F8F8F8 + + + + name + Markup: List + scope + markup.list + settings + + foreground + #F9EE98 + + + + name + Markup: Heading + scope + markup.heading + settings + + fontStyle + bold + foreground + #CF6A4C + + + + name + Markup: Raw Block + scope + markup.raw.block + settings + + background + #B0B3BA14 + + + + uuid + DA056009-20CB-403C-8FCC-89D915D784BA + + diff --git a/git/gitconfig b/git/gitconfig new file mode 100644 index 0000000..637245d --- /dev/null +++ b/git/gitconfig @@ -0,0 +1,14 @@ +[user] + email = rudis@sitosis.com + name = Rudis Muiznieks + signingkey = CABF2F86EF7884F9 +[commit] + gpgsign = true +[gpg] + program = gpg +[includeIf "gitdir:~/mri/"] + path = ~/.gitconfig_work +[pull] + ff = only +[init] + defaultBranch = main diff --git a/git/gitconfig_work b/git/gitconfig_work new file mode 100644 index 0000000..c94bc09 --- /dev/null +++ b/git/gitconfig_work @@ -0,0 +1,4 @@ +[user] + email = rudis.s.muiznieks@nasa.gov + name = Rudis Muiznieks + signingkey = 8DEFC9E89D306EC9 diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf new file mode 100644 index 0000000..049b40e --- /dev/null +++ b/gnupg/gpg-agent.conf @@ -0,0 +1 @@ +pinentry-program /usr/bin/pinentry-curses