diff --git a/install.sh b/install.sh index 2b12256..e36b2ab 100755 --- a/install.sh +++ b/install.sh @@ -319,6 +319,7 @@ finishInstallation() { zshConfig() { sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug + mkdir -p $HOME/.cache/zsh touch $HOME/.cache/zsh/.histfile git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k 2>&1 | debug }