This commit is contained in:
tavo-wasd 2024-05-28 21:05:50 -06:00
parent b5b64276d7
commit 9b57787673
5 changed files with 29 additions and 6 deletions

View file

@ -19,6 +19,7 @@ export \
CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv" \
WINEPREFIX="$HOME/.local/share/wine" \
WGETRC="$HOME/.config/wget/wgetrc" \
GNUPGHOME="$XDG_DATA_HOME/gnupg" \
GOPATH="$XDG_DATA_HOME/go" \
export \

View file

@ -0,0 +1,14 @@
[Unit]
Description=GnuPG cryptographic agent and passphrase cache (restricted)
Documentation=man:gpg-agent(1)
[Socket]
ListenStream=$(gpgconf --list-dirs socketdir)
FileDescriptorName=extra
Service=gpg-agent.service
SocketMode=0600
DirectoryMode=0700
[Install]
WantedBy=sockets.target

View file

@ -0,0 +1,9 @@
[Unit]
Description=GnuPG cryptographic agent and passphrase cache
Documentation=man:gpg-agent(1)
Requires=gpg-agent.socket
[Service]
Environment="GNUPGHOME=%h/.local/share/gnupg"
ExecStart=/usr/bin/gpg-agent --supervised
ExecReload=/usr/bin/gpgconf --reload gpg-agent

View file

@ -33,7 +33,6 @@ set showcmd
set number
syntax on
if (empty($TMUX) && getenv('TERM_PROGRAM') != 'Apple_Terminal')
if (has("nvim"))
let $NVIM_TUI_ENABLE_TRUE_COLOR=1