Skip to content

Instantly share code, notes, and snippets.

View justanindieguy's full-sized avatar

Emmanuel Hernandez justanindieguy

View GitHub Profile
@fworks
fworks / install-zsh-windows-git-bash.md
Last active May 10, 2024 15:46
Zsh / Oh-my-zsh on Windows Git Bash
@rafaelpadovezi
rafaelpadovezi / git-bash-fish.md
Last active May 18, 2024 13:13
Using fish shell with git bash on windows

Using fish shell with git bash on windows

To install fish shell on windows the options are:

  • Cygwin
  • WSL
  • MSYS2

Since git bash is based on MSYS2 it seems a good fit to install fish. The problem is that git bash is a lightweight version of MSYS2 which does not include pacman as a package management, used to install fish.

This OS thread has great suggestions on how to solve this problem including using the full MSYS2. But the best solution for me was this answer by Michael Chen which installs pacman on git bash.