From 3ef43fcada6990789c52a51d56c9396ccd04d004 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 30 Dec 2021 21:21:49 -0300 Subject: [PATCH] Add more debug()s --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 8d13a0d..b87b3e0 100755 --- a/install.sh +++ b/install.sh @@ -316,11 +316,11 @@ finishInstallation() { } getDotfiles() { - "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k + "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 2>&1 | debug + git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k 2>&1 | debug local lastFolder=$(pwd -P) cd $HOME/Documents - git clone https://github.com/santilococo/CocoRice.git + git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug cd CocoRice sh scripts/bootstrap.sh -w cd $lastFolder