Add zshConfig() call and add debug

This commit is contained in:
Santiago Lo Coco 2021-12-31 14:59:43 -03:00
parent 227bd97b41
commit e8e57458a8
1 changed files with 2 additions and 1 deletions

View File

@ -324,6 +324,7 @@ zshConfig() {
} }
getDotfiles() { getDotfiles() {
zshConfig
local lastFolder=$(pwd -P) local lastFolder=$(pwd -P)
cd $HOME/Documents cd $HOME/Documents
git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug
@ -332,7 +333,7 @@ getDotfiles() {
cd $lastFolder cd $lastFolder
rm ~/.bashrc /usr/bin/CocoASAIS rm ~/.bashrc /usr/bin/CocoASAIS
sudo paru -Sy zaread-git sudo paru -Sy zaread-git 2>&1 | debug
} }
steps=( steps=(