Added JetBrains font

This commit is contained in:
2024-01-30 20:45:20 +00:00
parent 948c54fca6
commit 5b0917a73b
97 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ echo -e "${GREEN}[+] Installing Oh-My-ZSH...${ENDCOLOR}"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# Install fonts
echo -e "${GREEN}[+] Installing fonts...${ENDCOLOR}"
cp ./fonts/* ~/Library/Fonts
# Update MacOS
echo -e "${GREEN}[+] Updating MacOS...${ENDCOLOR}"
sudo softwareupdate -ia