From eab2d7e165ab75d8bef9d927d66e6a94a250fa86 Mon Sep 17 00:00:00 2001 From: Conner McCall Date: Mon, 5 Aug 2019 16:32:11 -0500 Subject: [PATCH] updates 8/5 --- .bash_profile | 2 ++ .gitconfig | 10 ++++++++++ .ssh/config | 6 +++++- config/Conner.plist | 26 ++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 config/Conner.plist diff --git a/.bash_profile b/.bash_profile index c8bf444..bcc01d3 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,3 +3,5 @@ export PATH="$HOME/bin:$PATH"; if [ -f /usr/local/share/liquidprompt ]; then . /usr/local/share/liquidprompt fi + +export PATH="$PATH:/Applications/DevDesktop/tools" diff --git a/.gitconfig b/.gitconfig index 51e491a..3691021 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,13 @@ [user] name = Conner McCall email = conner@clockwork.com +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[push] + default = current +[alias] + test = test:\n + remotereset = reset --hard @{u} diff --git a/.ssh/config b/.ssh/config index 97f5ca3..bbdeef8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,9 +2,13 @@ Host * UseKeychain yes AddKeysToAgent yes ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p + ControlPath ~/.ssh/master-%C ControlPersist 5m ServerAliveCountMax 18 ServerAliveInterval 5 TCPKeepAlive no UseKeychain yes +Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in + ControlPath ~/.ssh/control-%r +Host *.pozitronic.com + ForwardAgent yes diff --git a/config/Conner.plist b/config/Conner.plist new file mode 100644 index 0000000..79afc3d --- /dev/null +++ b/config/Conner.plist @@ -0,0 +1,26 @@ +{ + // Based on: https://mail.google.com/support/bin/answer.py?answer=6594 + "j" = "selectNextMessageRow:"; + "k" = "selectPreviousMessageRow:"; + "J" = "selectNextMailboxRow:"; + "K" = "selectPreviousMailboxRow:"; + "l" = "expandThread:"; + "L" = "collapseThread:"; + "." = ("clearTags:", "removeTag:", "\\Flagged"); + "s" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "Today", "archive:" ); + "d" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "Week", "archive:" ); + "f" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "Month", "archive:" ); + "i" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "FYI", "archive:" ); + "a" = "archive:"; + "`" = "searchAllMessages:"; + "g" = { + "g" = ( "goToMailbox:", "2A315275-F5FA-416C-9CEF-A420407667D7"); + "s" = ( "goToMailbox:", "FEF1BA11-08CD-4D82-B56C-8E7B2B970626" ); + "d" = ( "goToMailbox:", "0E4BE102-0DAA-418D-AB83-9F9722B35CD0" ); + "f" = ("goToMailbox:", "14163F1A-22A8-4543-BCDD-E9903EF10131"); + "i" = ("goToMailbox:", "A7A6745B-F8E5-46B0-AC49-1F5042A6637D"); + "G" = ( "goToMailbox:", "INBOX:conner%40clockwork.com@imap.gmail.com"); + "F" = ( "goToMailbox:", "INBOX:connermccall%40fastmail.com@imap.fastmail.com" ); + }; + +}