about summary refs log tree commit diff
path: root/configs/shared/gpg
AgeCommit message (Collapse)AuthorFilesLines
2019-03-24 Ensure GPG import.sh script is executableWilliam Carroll1-0/+0
I must not have tested this before adding it to the repository; otherwise, I would have found this. Oh well... it worked like a charm when copying the GPG information from my desktop to my laptop.
2019-03-18 Support gpg-agent.confWilliam Carroll1-0/+1
At the moment is handles caching ttl preferences.
2019-03-18 Drop OSX support; support desktop, laptop, cloudtopWilliam Carroll1-1/+1
Dropping support for OSX. Moving forward these dotfiles will depend on Linux systems. Furthermore, since I'm support a ~/bin, the machines that consume these dotfiles depend on i386 architectures. Linux and i386 are two dependencies that I'm okay with since the leverage this assumption provides, makes their existence tolerable. There is some Google leakage herein, which includes aliases, functions, and mentions of cloudtop. For now, this is okay. I may break the Google specific code into its own repository, but for now, this is less maintenance. This also introduces a ~/.profile instead of erroneously defining environment variables in my zshrc file, which was unadvised. This is a large commit and also introduces new aliases, variables, functions that I accumulated over the past week or so while migrating away from OSX and onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-11 Better support GPG migrationsWilliam Carroll2-0/+34
After yet another unpleasant experience starting up GPG on a new system, I decided to encode my learnings and mistakes as aliases, functions, scripts, hoping to protect my future me from myself. Fingers crossed!
2018-09-04 Support GPG configWilliam Carroll1-0/+3
Whitelist GPG in the Stow configuration. Setup keyserver preferences.