Skip to content

Instantly share code, notes, and snippets.

View highsmithcodes's full-sized avatar
🎧
Love Spells - Keep It To Yourself

Highsmith Codes highsmithcodes

🎧
Love Spells - Keep It To Yourself
View GitHub Profile
@reinvanoyen
reinvanoyen / terminal-prompt-git-branch-zsh.md
Last active June 15, 2026 05:52
Add Git Branch Name to Terminal Prompt (MacOS zsh)

Add Git Branch Name to Terminal Prompt (zsh)

Updated for MacOS with zsh

  • Catalina
  • Big Sur
  • Monterey
  • Ventura
  • Sonoma

screenshot

@bradtraversy
bradtraversy / laravel_valet_setup.md
Last active August 18, 2026 09:28
Laravel Valet install on mac

Laravel Valet Setup (Mac)

This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well

Install Homebrew

Go to https://brew.sh/ and copy the command and run in your terminal

It will be something like this...

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"