Update readme & add gnupg

This commit is contained in:
George Rawlinson 2016-11-09 14:01:06 +13:00
parent 4e3d72713c
commit b7ffc0ee89
3 changed files with 17 additions and 1 deletions

View File

@ -3,6 +3,7 @@
```
bin > helpful shell scripts
git > global git config & aliases
gnupg > utilise gpg-agent for pgp crypto
lftp > sftp management
mail > mail config - mutt/mbsync/notmuch
mpd > music player daemon config
@ -12,6 +13,7 @@ npm > npm configuration (ha ha)
nvim > neovim config & plugins
ssh > safe-ish ssh config
sway > minimal tiling wm for naughty computers
system > linux-specific system configuration
termite > terminal colours & keyboard settings
tmux > tmux config
wallpapers > system wallpapers

View File

@ -0,0 +1,14 @@
# enable ssh + session caching (1 day)
#enable-ssh-support
#default-cache-ttl-ssh 86400
#max-cache-ttl-ssh 86400
# session caching (1 day)
default-cache-ttl 86400
max-cache-ttl 86400
# set pin entry program
pinentry-program /usr/bin/pinentry-curses
# allow loopback to stdin
allow-loopback-pinentry

View File

@ -1,4 +1,4 @@
# This config file is from /etc/security/pam_env.conf
# conform to XDG base directory specification
XDG_DATA_HOME DEFAULT=@{HOME}/.local/share
XDG_CONFIG_HOME DEFAULT=@{HOME}/.config
XDG_CACHE_HOME DEFAULT=@{HOME}/.cache