Git bash - GradedJestRisk/windows-training GitHub Wiki

Git bash

Install

It should be installed there C:\Users\$USER\AppData\Local\Programs\Git

fzf (improved Ctrl+R)

Install fzf using scoop

scoop install fzf

Add to .bashrc

eval "$(fzf --bash)"

Test with Ctrl+R

git

z (improved cd)

Download shell script

Add to .bashrc

source ~/z.sh

Test

z

oh my bash

To get

  • plugin: fzf, jump(z)
  • themes: powerbash10k

You don't have auto-suggestions

Reference

zsh

I haven't been able to make it work:

First zsh invocation doesn't prompt for user configuration.

oh-my-zsh

Download https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh manually

Execute it

chmod +x install.sh
./install.zsh