#Customizing VsCode Terminal with Colora

1 messages · Page 1 of 1 (latest)

blazing stump
#

I would like to create something like this:

I'm on a Windows machine and use Gitbash for my integrated terminal.

Does anyone have an way to implement this?

onyx sail
blazing stump
#

It is Oh My Posh, BUT I haven't found a way to use it in my default terminal GitBash

onyx sail
#

you can set up a .bashrc file which Git Bash should read. For installing Oh-My-Posh you are pretty much following the instructions for Bash / Linux, with some translation to the Windows file system.

blazing stump
#

Okay, I hate to sound like a dunce. There is a .bashrc folder in my file system (windows doesn't let you have a tilde in the file name. There IS s guide to add it to bash but it says to "add the following "eval $("oh-my-posh init bash)". How and where do you add it. I think its in that bashrc but I'm not 100%sure

#

BTW, thanks for the help

onyx sail
#

so the .bashrc is a file, not a folder. When you first open git bash, you should be in your home folder, but you can also navigate there by running cd ~. Then run touch .bashrc to create the file, and then you can open it with your editor and start adding things.