From 0939a3ae9afbb0abf21c76e5cb9f729ddd8fd007 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Tue, 19 Dec 2023 20:27:10 +0500 Subject: update install.sh --- install.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index b6773fa..57aa04c 100755 --- a/install.sh +++ b/install.sh @@ -2,21 +2,16 @@ set -e -cloneFiles () { - git clone https://github.com/blueingreen68/archisofiles - dirArchIsoFiles=~/archisofiles -} +dirArchIsoFiles=~/archisofiles +dotfiles=~/.dotfiles cloneDotfiles () { keepassxc-cli show "$dirArchIsoFiles"/Passwords.kdbx github | grep "Notes:" | awk '{ print $2 }' | wl-copy echo "Пароль скопирован и находится в буфере обмена" git clone https://github.com/blueingreen68/.dotfiles - dotfiles=~/.dotfiles } readArrays () { - # Удалить переменную dotfiles по завершению написания скрипта - dotfiles=~/.dotfiles readarray -t stowPackages < <(ls -l "$dotfiles" | grep '^d' | awk '{ print $9 }') } -- cgit