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=(