Microsoft Store에서 Windows Terminal을 다운로드한다.
wsl 창에서 ctrl+,
를 누르면 settings.json
파일이 열린다.
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu/home/somnode/",
"icon": "https://i.imgur.com/FmZtspC.png"
}
startingDirectory
/mnt/c/Users/<USER>
경로에 위치하는데, /home/<USER>
로 위치시키도록 수정하는 옵션icon
settings.json
파일의 schemes
안에 붙여넣는다."schemes": [
{
"name": "UbuntuLegit",
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEE",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEE",
"green": "#300A24",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
}
]
"defaults":
{
// Put settings here that you want to apply to all profiles.
"colorScheme": "UbuntuLegit",
"backgroundImage": "https://i.imgur.com/vIfF0Yx.png",
"backgroundImageOpacity": 0.8,
"cursorShape": "vintage",
"cursorColor": "#eee8d5"
}
oh-my-bash
설치는 아래 게시물을 참고한다.
https://velog.io/@somnode/oh-my-bash