From cbb2fef507a48bf43818fe33b35f4f495f71110a Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Sat, 9 Mar 2024 14:26:24 -0300 Subject: [PATCH] fix: remove default gitconfig at macOS --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b36c2bd..a6fbe8d 100644 --- a/install.sh +++ b/install.sh @@ -34,6 +34,7 @@ step_msg "Setting up dotfiles" git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles cd ~/.dotfiles +rm -rf ~/.gitconfig stow --dotfiles git ssh brew # -- Productivity Apps ---------------------------------------------------------