Update readme & add gnupg
This commit is contained in:
parent
4e3d72713c
commit
b7ffc0ee89
3 changed files with 17 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
```
|
```
|
||||||
bin > helpful shell scripts
|
bin > helpful shell scripts
|
||||||
git > global git config & aliases
|
git > global git config & aliases
|
||||||
|
gnupg > utilise gpg-agent for pgp crypto
|
||||||
lftp > sftp management
|
lftp > sftp management
|
||||||
mail > mail config - mutt/mbsync/notmuch
|
mail > mail config - mutt/mbsync/notmuch
|
||||||
mpd > music player daemon config
|
mpd > music player daemon config
|
||||||
|
@ -12,6 +13,7 @@ npm > npm configuration (ha ha)
|
||||||
nvim > neovim config & plugins
|
nvim > neovim config & plugins
|
||||||
ssh > safe-ish ssh config
|
ssh > safe-ish ssh config
|
||||||
sway > minimal tiling wm for naughty computers
|
sway > minimal tiling wm for naughty computers
|
||||||
|
system > linux-specific system configuration
|
||||||
termite > terminal colours & keyboard settings
|
termite > terminal colours & keyboard settings
|
||||||
tmux > tmux config
|
tmux > tmux config
|
||||||
wallpapers > system wallpapers
|
wallpapers > system wallpapers
|
||||||
|
|
14
gnupg/.gnupg/gpg-agent.conf
Normal file
14
gnupg/.gnupg/gpg-agent.conf
Normal 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
|
|
@ -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_DATA_HOME DEFAULT=@{HOME}/.local/share
|
||||||
XDG_CONFIG_HOME DEFAULT=@{HOME}/.config
|
XDG_CONFIG_HOME DEFAULT=@{HOME}/.config
|
||||||
XDG_CACHE_HOME DEFAULT=@{HOME}/.cache
|
XDG_CACHE_HOME DEFAULT=@{HOME}/.cache
|
||||||
|
|
Loading…
Reference in a new issue