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