From e8e57458a8ef67c51b91ab762a289b74441ec198 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 14:59:43 -0300 Subject: [PATCH] Add zshConfig() call and add debug --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3c9f3c2..2b12256 100755 --- a/install.sh +++ b/install.sh @@ -324,6 +324,7 @@ zshConfig() { } getDotfiles() { + zshConfig local lastFolder=$(pwd -P) cd $HOME/Documents git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug @@ -332,7 +333,7 @@ getDotfiles() { cd $lastFolder rm ~/.bashrc /usr/bin/CocoASAIS - sudo paru -Sy zaread-git + sudo paru -Sy zaread-git 2>&1 | debug } steps=(