git-config icon indicating copy to clipboard operation
git-config copied to clipboard

Git Config Configurator

As much weird as it sounds, it automatically copies git config to any computer.

Good for exhausted people who manually set their global git configuration in their every new environment using git config command.

I know I was tired of that.

Installing

Macos

  • Open a Mac terminal window
  • Install Homebrew
  • Install PowerShell using the following command:
    brew install --cask powershell
    
  • Start Powershell using the following command:
    pwsh
    
  • Run Application
    .\setup.ps1 -e [email protected] -n Your Name
    

Developed by @tarikguney