diff options
| author | 2023-12-19 20:20:07 +0500 | |
|---|---|---|
| committer | 2023-12-19 20:20:07 +0500 | |
| commit | f00f2f3dcbc335270be28181c2a46ef844821169 (patch) | |
| tree | 37baaeb52c8619a9c759f8857388965a761ad25d /install.sh | |
| parent | 5375c5d9e006d0cc3b733d035a7eff70788a0730 (diff) | |
update
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ cloneFiles () { } cloneDotfiles () { - keepassxc-cli show ../Yandex.Disk/keepassxc/Passwords.kdbx github | grep "Notes:" | awk '{ print $2 }' | wl-copy + keepassxc-cli show "$dirArchIsoFiles"/Passwords.kdbx github | grep "Notes:" | awk '{ print $2 }' | wl-copy echo "Пароль скопирован и находится в буфере обмена" git clone https://github.com/blueingreen68/.dotfiles dotfiles=~/.dotfiles @@ -43,6 +43,7 @@ startSetup () { ;; Stow) + cloneDotfiles readArrays stowPackageExtract |
