Skip to content

Instantly share code, notes, and snippets.

@BGoodatit
BGoodatit / .bash_aliases
Created March 30, 2025 23:23 — forked from pythoninthegrass/.bash_aliases
Bash shell config (~/.bashrc) for Intel and ARM Macs
# shellcheck disable=all
# PATH
# export CODE="${VSCODE_GIT_ASKPASS_NODE%/*}/bin/remote-cli"
# export PATH="$CODE:$HOME/.asdf/shims:$PATH"
# check if binary exists
check_bin() { command -v "$1" >/dev/null 2>&1; }
# aliases
@BGoodatit
BGoodatit / Brewfile
Created April 11, 2024 22:27 — forked from chadmayfield/Brewfile
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;