Skip to content

Instantly share code, notes, and snippets.

# 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.
#
@wahlstedtw
wahlstedtw / Mac_Setup.sh
Last active September 11, 2026 02:34
Setup MacOS Script
#!/usr/bin/env bash
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 -fsSL https://gist.githubusercontent.com/wahlstedtw/336b9b6a50cdba92ad73cd5f8efcb4f2/raw/Mac_Setup.sh -o mac_setup.sh && chmod u+x mac_setup.sh && ./mac_setup.sh
printf "${GREEN}---------------------------------------\n"