aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh9
1 files 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 }')
}