Added JetBrains font
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user