mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-23 07:56:27 +00:00
Renamed long dotfiles to dfm (dotfiles manager)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# shellcheck source-path=$HOME/.dotfiles/local/bin
|
# shellcheck source-path=$HOME/.dotfiles/local/bin
|
||||||
#
|
#
|
||||||
# Helper variables, override with ENVs like `VERBOSE=1 dotfiles help`
|
# Helper variables, override with ENVs like `VERBOSE=1 dfm help`
|
||||||
: "${VERBOSE:=0}"
|
: "${VERBOSE:=0}"
|
||||||
: "${DOTFILES:=$HOME/.dotfiles}"
|
: "${DOTFILES:=$HOME/.dotfiles}"
|
||||||
: "${INSTALL_SCRIPT:=$DOTFILES/scripts/install.sh}"
|
: "${INSTALL_SCRIPT:=$DOTFILES/scripts/install.sh}"
|
||||||
@@ -43,8 +43,8 @@ else
|
|||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bash ../local/bin/dotfiles brew install && "Installed Brewfile contents"
|
bash ../local/bin/dfm brew install && "Installed Brewfile contents"
|
||||||
bash ../local/bin/dotfiles dotfiles link && "Linked all dotfiles"
|
bash ../local/bin/dfm dotfiles link && "Linked all dotfiles"
|
||||||
|
|
||||||
read -r -p "Do you want to set macOS defaults? (y/N) " yn
|
read -r -p "Do you want to set macOS defaults? (y/N) " yn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user