2026-03-01 00:09:35 +00:00
|
|
|
#! zsh
|
|
|
|
|
|
2026-03-01 11:48:33 +00:00
|
|
|
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"
|
2026-03-01 00:09:35 +00:00
|
|
|
|
|
|
|
|
firefox "https://accounts.firefox.com/signin?action=email&service=sync" &
|
|
|
|
|
|
|
|
|
|
read -s -k $'?Press enter when you have synced Firefox...\n'
|
|
|
|
|
|
|
|
|
|
echo "" | wl-copy
|