Skip to content

Instantly share code, notes, and snippets.

@islishude
Last active September 6, 2019 05:53
Show Gist options
  • Save islishude/4e30035a5f86f892a37823399aabe7ec to your computer and use it in GitHub Desktop.
Save islishude/4e30035a5f86f892a37823399aabe7ec to your computer and use it in GitHub Desktop.
How to add profiles to the new Windows Terminal

add flowing to profile array field and save

{
    "acrylicOpacity": 0.75,
    "closeOnExit": true,
    "colorScheme": "Campbell",
    "commandline": "C:/Program Files/Git/usr/bin/bash.exe --login",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Consolas",
    "fontSize": 10,
    "guid": "{14ad203f-52cc-4110-90d6-d96e0f41b64d}",
    "historySize": 9001,
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "name": "Git Bash",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "%USERPROFILE%",
    "useAcrylic": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment