ScoopInstaller_Main/scripts/git/install-associations.reg

41 lines
989 B
Reg

Windows Registry Editor Version 5.00
; Associate .git* configuration files with the default text editor
[HKEY_CURRENT_USER\Software\Classes\.gitattributes]
@="txtfile"
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CURRENT_USER\Software\Classes\.gitignore]
@="txtfile"
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CURRENT_USER\Software\Classes\.gitmodules]
@="txtfile"
"Content Type"="text/plain"
"PerceivedType"="text"
; Associate '.sh' files to be run with Bash
[HKEY_CURRENT_USER\Software\Classes\.sh\OpenWithProgIDs]
"sh_auto_file"=hex(0):
[HKEY_CURRENT_USER\Software\Classes\sh_auto_file]
@="Shell Script"
[HKEY_CURRENT_USER\Software\Classes\sh_auto_file\DefaultIcon]
@="%SystemRoot%\\System32\\shell32.dll,-153"
[HKEY_CURRENT_USER\Software\Classes\sh_auto_file\shell\open\command]
@="\"{{git_dir}}\\git-bash.exe\" --no-cd \"%L\" %*"
[HKEY_CURRENT_USER\Software\Classes\sh_auto_file\ShellEx\DropHandler]
@="{60254CA5-953B-11CF-8C96-00AA00B8708C}"