In this lesson we'll start with an empty folder and initialize the project that will serve as the base to build up our own React boilerplate project. We'll also initialize a git repository and walk through checking the repo status, adding files, committing and we’ll take a look at the git log.
what vscode extension are you using to style your command line path and git branch in the vscode terminal?
what vscode extension are you using to style your command line path and git branch in the vscode terminal? I use ohmyzsh and the cobalt2 theme for zsh setup on my machine based on Wes Bos' repo here: https://github.com/wesbos/Cobalt2-iterm
You need to install the powerline fonts (mentioned in the linked repo) for the prompt and then in my vscode settings, I specify the powerline font with: "terminal.integrated.fontFamily": "Inconsolata for Powerline"
Hope that helps.
What VSCode theme are you using? Fell in instant love <3
I like how cwd and branch are displayed neartly on zsh shell on VC. Can I install this for Windows as well or is it a Linux-only thing?
What plugin or setting makes that colorful terminal path bar?
Hmmm.... so the instructors don't actually monitor and participate in these comments? bummer.
What plugin or setting makes that colorful terminal path bar?
You can find Andy's open source dotfiles here.