Skip to content

Instantly share code, notes, and snippets.

@OlivierLDff
Last active April 14, 2024 09:19
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save OlivierLDff/766ea2be17e35fb7794f2a2a9ab5fb44 to your computer and use it in GitHub Desktop.
Save OlivierLDff/766ea2be17e35fb7794f2a2a9ab5fb44 to your computer and use it in GitHub Desktop.
πŸš€ Git Bash Emojis (Windows)

Open git bash with admin privilege.

cd "C:/Program Files/Git/usr/share/mintty"
mkdir -p emojis
cd emojis
curl https://raw.githubusercontent.com/wiki/mintty/mintty/getemojis > getemojis
./getemojis -d

Then edit settings via gui:

image

Or .minttyrc (only EmojiPlacement & Emojis are relevant):

Transparency=low
BackgroundColour=29,37,46
Font=Fira Mono for Powerline
Columns=120
Rows=32
FontHeight=10
ThemeFile=dracula
EmojiPlacement=middle
Emojis=windows
Locale=
Charset=

Success: image

@thestoneoflapiz
Copy link

I followed everything, but nothing worked... help

@OlivierLDff
Copy link
Author

Just use windows terminal :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment