mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +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
|
||||
#
|
||||
# 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}"
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user