From f477c0d874db11745c5033b95a3aa7cc2d154b35 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 30 Dec 2021 21:01:04 -0300 Subject: [PATCH] Redo change of getDotfiles() --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3e0299b..8d13a0d 100755 --- a/install.sh +++ b/install.sh @@ -316,6 +316,8 @@ finishInstallation() { } 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) cd $HOME/Documents git clone https://github.com/santilococo/CocoRice.git @@ -323,8 +325,6 @@ 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 $HOME/.oh-my-zsh/custom/themes/powerlevel10k } steps=(