summaryrefslogtreecommitdiff
path: root/.bashrc
AgeCommit message (Collapse)Author
2026-02-24Set up SSH_AUTH_SOCK with gpg-agentCharles Roelli
Some problems with the previous approach: * .bashrc only applies to bash, not e.g. Emacs * TTY configuration is not used * Ubuntu overrides SSH_AUTH_SOCK due to package gnome-keyring To make this work reliably, get rid of Ubuntu package gnome-keyring, and for good measure, libpam-gnome-keyring.
2026-02-05Enable bash checkjobs featureCharles Roelli
2026-01-28Set up gpg-agent in .bashrcCharles Roelli
I could not get the gpg-agent of home-gpg-agent-service-type to recognize a YubiKey, which failed with: scdaemon[19539]: pcsc_establish_context failed: service stopped (0x8010001e) Let's use the commands from here instead: https://github.com/drduh/YubiKey-Guide?tab=readme-ov-file#replace-agents gpg is installed system-wide, not in Guix.
2026-01-21Initial commitCharles Roelli