Add p10k config and auto restart after update

This commit is contained in:
2024-03-09 10:47:42 +00:00
parent 886373fd3f
commit af462076d7
2 changed files with 1714 additions and 1 deletions

1712
MacOS/homeConfigs/.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,8 @@ cp ./fonts/* ~/Library/Fonts
# Update MacOS
echo -e "${GREEN}[+] Updating MacOS...${ENDCOLOR}"
sudo softwareupdate -ia
echo -e "${GREEN}[I] THE DEVICE WILL RESTART IF NECESSARY.${ENDCOLOR}"
sudo softwareupdate -iaR
echo -e "${GREEN}${BOLD}[i] All done.${ENDCOLOR}"
say "All done."