mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-03 10:00:00 +00:00
chore(cr): source core libs in install
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
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
|
# Default paths can be overridden via environment variables
|
||||||
: "${DOTFILES:=$HOME/.dotfiles}"
|
: "${DOTFILES:=$HOME/.dotfiles}"
|
||||||
: "${BREWFILE:=$DOTFILES/config/homebrew/Brewfile}"
|
: "${BREWFILE:=$DOTFILES/config/homebrew/Brewfile}"
|
||||||
|
|||||||
Reference in New Issue
Block a user