Skip to content

Instantly share code, notes, and snippets.

@dearmark
Forked from OlivierLDff/Readme.md
Created September 8, 2022 05:14
Show Gist options
  • Save dearmark/e825011679daeb1045c4a395b54addaa to your computer and use it in GitHub Desktop.
Save dearmark/e825011679daeb1045c4a395b54addaa 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

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