From 1129ef7974761f285e4f81a04ca034d99cf85c47 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 15:26:35 -0300 Subject: [PATCH] Create zsh cache folder --- install.sh | 1 + 1 file changed, 1 insertion(+) 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 }