diff options
| author | 2023-12-27 18:27:51 +0500 | |
|---|---|---|
| committer | 2023-12-27 18:27:51 +0500 | |
| commit | 8acf415fbeb151120f086824a45021c2595520d8 (patch) | |
| tree | 7caa0bccd1d8f0eeebb57a551680e2b0d52cd1a5 /library/cloneDotfiles.sh | |
| parent | eb3d8950895cb9ecaaa16cf700e5e1f94485bd67 (diff) | |
update files
Diffstat (limited to 'library/cloneDotfiles.sh')
| -rwxr-xr-x | library/cloneDotfiles.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index c18712c..7924372 100755 --- a/library/cloneDotfiles.sh +++ b/library/cloneDotfiles.sh @@ -1,17 +1,14 @@ #!/bin/bash openKeepass () { - wget https://yadi.sk/d/o4TMFnHFobxTsw -O "$dirArchIsoFiles"/Passwords.kdbx setStatusE true keepassxc-cli clip "$dirArchIsoFiles"/Passwords.kdbx github 0 -a token-cli - } cloneDotfiles () { - while : do openKeepass @@ -26,7 +23,6 @@ cloneDotfiles () { cd git clone https://blueingreen68@github.com/blueingreen68/.dotfiles wl-copy -c - } cloneDotfiles |
