Add more debug()s
This commit is contained in:
parent
f477c0d874
commit
3ef43fcada
|
@ -316,11 +316,11 @@ finishInstallation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
"$(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
|
git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k 2>&1 | debug
|
||||||
local lastFolder=$(pwd -P)
|
local lastFolder=$(pwd -P)
|
||||||
cd $HOME/Documents
|
cd $HOME/Documents
|
||||||
git clone https://github.com/santilococo/CocoRice.git
|
git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug
|
||||||
cd CocoRice
|
cd CocoRice
|
||||||
sh scripts/bootstrap.sh -w
|
sh scripts/bootstrap.sh -w
|
||||||
cd $lastFolder
|
cd $lastFolder
|
||||||
|
|
Loading…
Reference in New Issue