cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-05-10T17:44:49Z
common/zsh/.zprofile | 2 ++ 1 file changed, 2 insertions(+) @@ -5,6 +5,8 @@ if [[ "$(uname)" == "Darwin" ]]; then # macOS (Apple Silicon) BREW_PATH="/opt/homebrew/bin/brew" + # Display Message of the Day (MOTD) + ./motd.sh elif [[ "$(uname)" == "Linux" ]]; then # Linux (Linuxbrew) BREW_PATH="/home/linuxbrew/.linuxbrew/bin/brew"