Skip to content

Instantly share code, notes, and snippets.

View joshbutkovic's full-sized avatar
😄

Josh Butkovic joshbutkovic

😄
View GitHub Profile
@AtmaMani
AtmaMani / mac-terminal-colors.md
Last active February 26, 2025 12:29
Mac Terminal colors

Get your mac terminal to utilize full color palette

Steps:

1. Edit bash_profile

The color profile of your terminal is stored in .barsh_profile in your home directory. Lets edit that in your terminal:

$ cd ~
$ nano .bash_profile

or if you have sublime text installed using homebrew then: