chore(cr): source core libs in install

This commit is contained in:
2025-06-21 01:14:58 +03:00
parent b1366dd982
commit a0ae26bb21

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
# Source core dfm libraries
source "$(dirname "${BASH_SOURCE[0]}")/../lib/common.sh"
source "$(dirname "${BASH_SOURCE[0]}")/../lib/utils.sh"
# Default paths can be overridden via environment variables
: "${DOTFILES:=$HOME/.dotfiles}"
: "${BREWFILE:=$DOTFILES/config/homebrew/Brewfile}"