From 800d6e0088753330eaf9f87dce8141a44d07b651 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Sun, 10 Mar 2024 16:00:36 -0300 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fix: remove default gitconfig at macOS --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e384823..8162b53 100644 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ stow --dotfiles git ssh brew # -- Productivity Apps --------------------------------------------------------- step_msg "Installing the productivity apps" -brew bundle install --file=~/Brewfile >/dev/null +brew bundle install --file=~/Brewfile # -- Oh My Zsh ----------------------------------------------------------------- step_msg "Installing the Oh My Zsh"