From 99e5796f2d54d3e1cb2cb3636482f2ea804a6bd3 Mon Sep 17 00:00:00 2001 From: Frances Coronel Date: Wed, 29 Nov 2023 23:27:36 -0500 Subject: [PATCH] Update .shell --- init/.shell | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init/.shell b/init/.shell index 309c1a04..e57fd407 100644 --- a/init/.shell +++ b/init/.shell @@ -56,7 +56,7 @@ echo "" echo "Install Powerlevel config" brew install powerlevel10k cp "${DOTFILES}/bin/shell/zsh/.p10k.zsh" "$HOME/.p10k.zsh" -cp "${DOTFILES}/bin/shell/zsh/.zprofile" "/Users/$USER/.zprofile" +cp "${DOTFILES}/bin/shell/.zprofile" "/Users/$USER/.zprofile" source ~/.zshrc # p10k configure @@ -97,5 +97,9 @@ echo "" echo "Set ZSH as default" chsh -s $(which zsh) +echo "" +echo "Set up P10K" +p10k configure + sleep 1 killall Terminal