Add more debug()s

This commit is contained in:
Santiago Lo Coco 2021-12-30 21:21:49 -03:00
parent f477c0d874
commit 3ef43fcada
1 changed files with 3 additions and 3 deletions

View File

@ -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