Skip to content

Instantly share code, notes, and snippets.

View niklasfrick's full-sized avatar

Niklas Frick niklasfrick

View GitHub Profile
@chadmayfield
chadmayfield / Brewfile
Last active January 24, 2025 23:31
My current Brewfile used when setting up my mac and also for updating it.
# Brewfile: Homebrew bundle file for macOS or Linux app install (with notes/source repos)
#
# Author : Chad Mayfield (chad@chadmayfield.com)
# License : GPLv3
#
# INFO: * Links and comments are added because I'm too old to remember where everything is :)
# * install.sh can be used, but it needs some love (some of it doesn't work correctly).
# * TODO items (and additional information) is listed at the bottom
#
# Installation steps;
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 31, 2025 13:46
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