This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Powerlevel10k configuration wizard on 2022-04-07 at 09:50 EDT. | |
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 52170. | |
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, light, | |
# 12h time, vertical separators, sharp heads, flat tails, 2 lines, dotted, full frame, | |
# sparse, many icons, fluent, transient_prompt, instant_prompt=verbose. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate | |
# your own config based on it. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
ORANGE='\033[0;33m' | |
NC='\033[0m' # No Color | |
# Run this with [click the raw button and paste below]: | |
# curl https://gist.github.com/wahlstedtw/336b9b6a50cdba92ad73cd5f8efcb4f2 -o mac_setup.sh && chmod u+x mac_setup.sh && ./mac_setup.sh | |
printf "${GREEN}---------------------------------------\n" | |
printf "${GREEN}-- ${RED}Setting up your Mac. Please Hold! ${GREEN}--\n" |