We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76ce99 commit 42e41fbCopy full SHA for 42e41fb
install.sh
@@ -52,12 +52,6 @@ if [[ INSTALL_DEPS -eq 1 ]]; then
52
"${DOTFILES_REPO_DIR}/brew.sh"
53
fi
54
55
-# install missing dependency
56
-if (! command -v stow >/dev/null 2>&1); then
57
- echo "stow is not installed. Installing it..."
58
- brew install stow
59
-fi
60
-
61
if [[ INSTALL_FORCE -eq 1 ]]; then
62
# move all conflicting files under ~/.dot-backup
63
mkdir -p "${DOTFILES_REPO_DIR}/backup"
0 commit comments