updates 8/5

This commit is contained in:
Conner McCall 2019-08-05 16:32:11 -05:00
parent 34ec51952b
commit eab2d7e165
4 changed files with 43 additions and 1 deletions

View file

@ -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"

View file

@ -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}

View file

@ -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

26
config/Conner.plist Normal file
View file

@ -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" );
};
}