Currently, I mainly use Winget, supplemented by scoop for package management.
And I install git and sudo (gsudo) from Winget.
winget install git.git -i
By doing this, you can choose to add a Git bash profile to the Windows terminal.
If git and sudo are installed, I would like the backup script to not include a script to install git and main/sudo from scoop.
Currently, I mainly use Winget, supplemented by scoop for package management.
And I install git and sudo (gsudo) from Winget.
By doing this, you can choose to add a Git bash profile to the Windows terminal.
If git and sudo are installed, I would like the backup script to not include a script to install git and main/sudo from scoop.