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

fix: add motd for macos
 common/zsh/.zprofile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/zsh/.zprofile b/common/zsh/.zprofile
index 67eda70..991ce5c 100644
--- a/common/zsh/.zprofile
+++ b/common/zsh/.zprofile
@@ -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"