Update getDotfiles()

This commit is contained in:
Santiago Lo Coco 2021-12-30 18:21:29 -03:00
parent 190b3c01e0
commit 82db4b78b8
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,6 @@ finishInstallation() {
}
getDotfiles() {
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
local lastFolder=$(pwd -P)
cd $HOME/Documents
git clone https://github.com/santilococo/CocoRice.git
@ -325,6 +323,8 @@ getDotfiles() {
sh scripts/bootstrap.sh -w
cd $lastFolder
sudo pacman -Sy zaread-git
"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
}
steps=(