Add zshConfig() call and add debug
This commit is contained in:
parent
227bd97b41
commit
e8e57458a8
|
@ -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=(
|
||||||
|
|
Loading…
Reference in New Issue