Redo change of getDotfiles()

This commit is contained in:
Santiago Lo Coco 2021-12-30 21:01:04 -03:00
parent a7c5c75ff6
commit f477c0d874
1 changed files with 2 additions and 2 deletions

View File

@ -316,6 +316,8 @@ finishInstallation() {
} }
getDotfiles() { getDotfiles() {
"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k
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
@ -323,8 +325,6 @@ getDotfiles() {
sh scripts/bootstrap.sh -w sh scripts/bootstrap.sh -w
cd $lastFolder cd $lastFolder
sudo pacman -Sy zaread-git 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 $HOME/.oh-my-zsh/custom/themes/powerlevel10k
} }
steps=( steps=(