diff options
| author | 2023-12-19 20:27:10 +0500 | |
|---|---|---|
| committer | 2023-12-19 20:27:10 +0500 | |
| commit | 0939a3ae9afbb0abf21c76e5cb9f729ddd8fd007 (patch) | |
| tree | 063c27c0faa499e0af59c4bbd939fec80d4faefa | |
| parent | f00f2f3dcbc335270be28181c2a46ef844821169 (diff) | |
update install.sh
| -rwxr-xr-x | install.sh | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 }') } |
