diff options
| author | 2024-01-23 14:12:51 +0500 | |
|---|---|---|
| committer | 2024-01-23 14:12:51 +0500 | |
| commit | e3dba9fb736330878caf947e39171455c5b3044f (patch) | |
| tree | 5fd9daac3f2d52444b806b222fb8a0395a823d5e | |
| parent | 9b6884cdbc96bdd0ab0648b454b1ad0f9e21edaa (diff) | |
update getKeepassFile.sh
| -rwxr-xr-x | cloneDotfiles.sh (renamed from getKeepassFile.sh) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/getKeepassFile.sh b/cloneDotfiles.sh index 153d302..a1fbf6e 100755 --- a/getKeepassFile.sh +++ b/cloneDotfiles.sh @@ -22,9 +22,15 @@ openKeepass () { keepassxc-cli clip ~/Passwords.kdbx github 0 -a token-cli } -# pipx install wldhx.yadisk-direct -# pipx ensurepath -# source ~/.bashrc +cat << EOF +Before start ./cloneDotfiles.sh: + +pipx install wldhx.yadisk-direct +pipx ensurepath +source .bashrc + +and launch ./cloneDotfiles.sh in new foot window +EOF getKdbxFile |
