Add bootstrap

This commit is contained in:
Ethan Lane 2025-02-21 07:46:27 +00:00
parent de37fba59c
commit f17bfe7726
15 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
if [ $(cat /etc/pam.d/login | grep pam_gnome_keyring.so | wc -l) = "0" ]; then
sudo cp $HOME/.config/yadm/files/login /etc/pam.d/login
else
exit 0
fi