This readme describes required setup for a variety of programs on a variety of architectures.
Install lpass:
bash ./installs/lastpass.sh
echo "" >> ~/.bashrc
echo "export LPASS_DISABLE_PINENTRY=1" >> ~/.bashrc
source ~/.bashrc
Setting up gopass will give access to a variety of secrets:
bash ./installs/gopass.sh
lpass login [email protected]
lpass show --notes gopass/key | gpg --import
lpass show --notes gopass/secret | gpg --import
gopass init djpbadenhorst
git clone [email protected]:djpbadenhorst/secrets.git ~/.local/share/gopass/stores/root/pers
To use git with ssl auth, run the following:
git remote remove origin
git remote add origin [email protected]:djpbadenhorst/setup.git