https://github.com/michaelaquilina/zsh-emojis
Variables for numerous ascii emojis!
https://github.com/michaelaquilina/zsh-emojis
Last synced: 8 months ago
JSON representation
Variables for numerous ascii emojis!
- Host: GitHub
- URL: https://github.com/michaelaquilina/zsh-emojis
- Owner: MichaelAquilina
- License: mit
- Created: 2016-09-30T15:12:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T08:59:04.000Z (over 8 years ago)
- Last Synced: 2025-02-02T04:24:44.588Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ZSH Emojis
==========Contains numerous ascii emojis stored as shell variables.
```
$ echo $em_shrug
¯\_(ツ)_/¯
```All emoji variables start with `em_` to make them easily identifiable with tab-completion in your shell.
On linux you can echo the variables straight into your clipboard with `xsel` package.
```
$ echo $em_shrug | xsel -i -b
```You can easily see a list of current ascii emojis within the `emojis.plugin.zsh` file.
:tada: **Contributions are welcomed!** :tada:
Installation
------------zsh-emojis is really easy to install using `antigen`. Just add the following command to your `.zshrc` file
```
antigen bundle MichaelAquilina/zsh-emojis
```Same applies to installing from `zgen`
```
zgen bundle MichaelAquilina/zsh-emojis
```