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

jq

curl -L -o /usr/bin/jq.exe https://github.com/jqlang/jq/releases/latest/download/jq-win64.exe

https://stackoverflow.com/questions/53967693/how-to-run-jq-from-gitbash-in-windows