diff --git a/local/bin/dotfiles b/local/bin/dfm similarity index 98% rename from local/bin/dotfiles rename to local/bin/dfm index c9612f5..5eb2c65 100755 --- a/local/bin/dotfiles +++ b/local/bin/dfm @@ -6,7 +6,7 @@ # # 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}" : "${DOTFILES:=$HOME/.dotfiles}" : "${INSTALL_SCRIPT:=$DOTFILES/scripts/install.sh}" diff --git a/scripts/settler.sh b/scripts/settler.sh index fe70b1d..9fdb847 100755 --- a/scripts/settler.sh +++ b/scripts/settler.sh @@ -43,8 +43,8 @@ else /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi -bash ../local/bin/dotfiles brew install && "Installed Brewfile contents" -bash ../local/bin/dotfiles dotfiles link && "Linked all dotfiles" +bash ../local/bin/dfm brew install && "Installed Brewfile contents" +bash ../local/bin/dfm dotfiles link && "Linked all dotfiles" read -r -p "Do you want to set macOS defaults? (y/N) " yn