Skip to content

Commit

Permalink
Update .shell
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancesCoronel authored Nov 30, 2023
1 parent 3dd38c9 commit 99e5796
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init/.shell
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 99e5796

Please sign in to comment.