Skip to content

Instantly share code, notes, and snippets.

@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 ([email protected])
# 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;
# Example ssh config file. Usually located in ~/.ssh/config (user) or /etc/ssh/ssh_config (system)
# This works on both linux and MacOS
# Basic ssh commands converted to ssh/config file format
# Simplest format
# Run with: "ssh blog" => (equivalent to: "ssh [email protected]" and "ssh -i ~/.ssh/id_rsa -p 22 [email protected]")
Host blog
@mpneuried
mpneuried / Makefile
Last active April 29, 2025 08:09
Simple Makefile to build, run, tag and publish a docker containier to AWS-ECR
# import config.
# You can change the default config with `make cnf="config_special.env" build`
cnf ?= config.env
include $(cnf)
export $(shell sed 's/=.*//' $(cnf))
# import deploy config
# You can change the default deploy config with `make cnf="deploy_special.env" release`
dpl ?= deploy.env
include $(dpl)
@parmentf
parmentf / GitCommitEmoji.md
Last active May 15, 2025 18:15
Git Commit message Emoji