Skip to content

Instantly share code, notes, and snippets.

View grcatlin's full-sized avatar

Garrett Catlin grcatlin

View GitHub Profile
@gabe565
gabe565 / change-arc-icon.md
Last active June 17, 2024 07:26
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon on macOS.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 17, 2024 05:28
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example