Merge branch 'master' of github.com:annabunches/config
This commit is contained in:
commit
4e7f47891a
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
10
gitconfig
Normal file
10
gitconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
[user]
|
||||
name = Anna Wiggins
|
||||
email = annabunches@gmail.com
|
||||
signingkey = EFEF6022
|
||||
[push]
|
||||
default = simple
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
program = gpg2
|
6
gnupg/gpg-agent.conf
Normal file
6
gnupg/gpg-agent.conf
Normal file
|
@ -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
|
Loading…
Reference in New Issue
Block a user