mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 03:48:21 +00:00
chore(cr): source core libs in install
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user