Skip to content

Instantly share code, notes, and snippets.

View cdburgess's full-sized avatar

Chuck Burgess cdburgess

View GitHub Profile
@cdburgess
cdburgess / gist:1b3c7f0c12ff95d39ecc03ec14d3bd3e
Last active September 22, 2022 17:17
Powerlevel10k Theme for Mac Terminal
1. Install Oh My Zsh: (https://ohmyz.sh/)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
2. Install Powerlevel10k Theme
git clone https://github.com/romkatv/powerlevel10k $ZSH_CUSTOM/themes/powerlevel10k
3. Install Auto Suggestions Plugin
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
4. Install Syntax Highlighting