Enable saving Git credentials in macOS Keychain

This commit is contained in:
Phillip 2024-06-16 11:50:04 +01:00
parent 80da53eac4
commit 318838ad70

View File

@ -60,6 +60,9 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Set git to save any credentials in the macOS Keychain
git config --global credential.helper osxkeychain
# Run Homebrew bundle with specified file
brew bundle --file Brewfile
# Run bash script to reconfigure Dock