rothgar / zsh-emoji-aliases

Slack style shell aliases for emoji :heart:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Slack style emoji in your terminal! ❤️ 👍

demo

Source the alias file one time

. <(curl -s https://raw.githubusercontent.com/rothgar/emoji-aliases/master/emoji.zsh)

Or download the file and source it every time you start a shell

wget -O $HOME/.local/share/emoji.aliases \
    https://raw.githubusercontent.com/rothgar/emoji-aliases/master/emoji.zsh
echo ". $HOME/.local/share/emoji.zsh" >> $(echo ${ZDOTDIR:-$HOME}/.zshrc)

Generate an emoji.aliases file

./generate-aliases.sh

About

Slack style shell aliases for emoji :heart:


Languages

Language:Shell 100.0%