From 9ea7cd24f68cb0a4968291238790360a4a26fe7f Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Tue, 19 Dec 2017 14:40:19 -0500 Subject: [PATCH 1/3] Better arduino serial option. --- bash/misc_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/misc_aliases.sh b/bash/misc_aliases.sh index 3b0fbe7..b62bf2a 100644 --- a/bash/misc_aliases.sh +++ b/bash/misc_aliases.sh @@ -1,5 +1,5 @@ alias unlock="lpass show -c --password" -alias arduino-serial="cu -l /dev/ttyACM0 -s 115200" +alias arduino-serial="busybox microcom -t 9600 /dev/ttyUSB0" alias grep='LC_ALL="C" grep' alias bt='transmission-remote' alias git='hub' From f37cde5e9a4478ea04a88f3b35d13559e6ea171e Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Tue, 19 Dec 2017 14:41:27 -0500 Subject: [PATCH 2/3] Add vaguely functional gpg-agent config. --- gnupg/gpg-agent.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnupg/gpg-agent.conf diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf new file mode 100644 index 0000000..528bacc --- /dev/null +++ b/gnupg/gpg-agent.conf @@ -0,0 +1,6 @@ +# WIP +enable-ssh-support +pinentry-program /usr/bin/pinentry-curses +default-cache-ttl 60 +max-cache-ttl 120 +extra-socket ~/.gnupg/S.gpg-agent.forwarded From d6633a44bbd0524ef5bb1cadf739493922d35a85 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Tue, 16 Jan 2018 12:04:30 -0500 Subject: [PATCH 3/3] Add gitconfig --- README.md | 2 +- gitconfig | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gitconfig diff --git a/README.md b/README.md index a8c2fa2..b5ea630 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # config Various config files and small scripts I use. -TODO: Set up ansible so they can be very quickly installed on new systems and such. +TODO: Set up some sort of orchestration so this can be quickly installed on new systems and such. diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..c52c3d6 --- /dev/null +++ b/gitconfig @@ -0,0 +1,10 @@ +[user] + name = Anna Wiggins + email = annabunches@gmail.com + signingkey = EFEF6022 +[push] + default = simple +[commit] + gpgsign = true +[gpg] + program = gpg2