Skip to content

Instantly share code, notes, and snippets.

@seignovert
Last active September 27, 2019 23:57
Show Gist options
  • Save seignovert/461f62363d5f0f76d036535b4015c70a to your computer and use it in GitHub Desktop.
Save seignovert/461f62363d5f0f76d036535b4015c70a to your computer and use it in GitHub Desktop.
Add Git-bash to Windows 10 Terminal App

Add Git-bash to Windows 10 Terminal App

Windows Store Terminal app

Into Settings Ctrl+, add a new profile:

        {
            "acrylicOpacity" : 0.5,
            "closeOnExit" : true,
            "colorScheme" : "Campbell",
            "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe",
            "cursorColor" : "#FFFFFF",
            "cursorShape" : "bar",
            "fontFace" : "Consolas",
            "fontSize" : 10,
            "guid" : "{a6793318-9dbe-4628-b805-82b08c9bb6d9}",
            "historySize" : 9001,
            "icon" : "C:\\Program Files\\Git\\gitbash.png",
            "name" : "Git Bash",
            "padding" : "0, 0, 0, 0",
            "snapOnInput" : true,
            "useAcrylic" : false
        }

Add gitbash.png icon (below) into C:\Program Files\Git\ folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment