Update getDotfiles()
This commit is contained in:
parent
110eaebcbc
commit
cc86384a9b
|
@ -480,12 +480,11 @@ finishInstallation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
zshConfig
|
|
||||||
local lastFolder=$(pwd -P)
|
local lastFolder=$(pwd -P)
|
||||||
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
|
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
|
||||||
git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug
|
git clone https://github.com/santilococo/CocoRice.git 2>&1 | debug
|
||||||
cd CocoRice || printAndExit "Couldn't cd into ./CocoRice"
|
cd CocoRice || printAndExit "Couldn't cd into ./CocoRice"
|
||||||
sh scripts/bootstrap.sh -w
|
sh scripts/bootstrap.sh
|
||||||
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
||||||
|
|
||||||
sudo rm -f ~/.bashrc /usr/bin/calsais
|
sudo rm -f ~/.bashrc /usr/bin/calsais
|
||||||
|
|
Loading…
Reference in New Issue