From ec2b3dff82b89a179d137cf87e4570e807893fe8 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 26 Dec 2021 17:03:03 -0500 Subject: Refined firejail profile. Fixed issue in unicode-select. Removed overly-verbose explanation in id-init. --- .local/bin/id-init | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.local/bin/id-init') diff --git a/.local/bin/id-init b/.local/bin/id-init index 82d4a7b..d51660a 100755 --- a/.local/bin/id-init +++ b/.local/bin/id-init @@ -4,21 +4,6 @@ # # Must be run with bash (or probably any other shell that is not narrowly posix-compliant) # to use here-string redirection -# -# This is a very short script but may require some explanation as to its purpose. -# -# I use both KeePassXC and pass for password management. This may seem redundant, and in some -# aspects it probably is, but for me each program has a purpose that the other cannot fill -# completely. Pass is great for programmatic access of passwords because of its use of -# gpg-agent, and KeePassXC's integration with ssh-agent is very useful. -# -# This script first caches the passhphrase for the GPG key which allows further use of the -# key without a prompt for a password - this of course applies to pass as well since it uses -# the gpg key. KeePassXC is then opened, which also adds the SSH keys to the ssh-agent. -# -# KeePassXC, pass, gpg-agent, and ssh-agent are then all initialized and ready to be -# used without any further user input, with just one set of credentials. - # Cache passphrase for gpg key in gpg-agent which is stored in KeePassXC # Caching the GPG passphrase will allow access to pass without user input -- cgit v1.2.3