Giter Club home page Giter Club logo

emojix's Introduction

Emojix

version issues forks stars license

Emojix

๐Ÿ˜ฑ This script allows to install the emojis of fonts-noto-color-emoji in our ๐ŸƒGNU/Linux๐Ÿง and the necessary configuration to visualize๐Ÿ‘ them in terminal as well as in the browser๐Ÿ’ป and if you are here, it is because you loveโค๏ธ to use the emojis ๐Ÿ˜ in a crazy way as we do ๐Ÿ˜ฌ.

Getting Started ๐Ÿš€

To perform the installation we must meet the following requirements.

  • GNU/Linux system (of course)
  • Superuser permissions sudo๐Ÿ’ช.

We can make the installation in a normal way or with option to update the font of NotoColorEmoji.ttf that is in the official google repository using the option -u or --update.

Installation

sh -c "$(wget -O- https://raw.githubusercontent.com/edicsonabel/emojix/master/install.sh 2>/dev/null)"

Installation with update

wget https://raw.githubusercontent.com/edicsonabel/emojix/master/install.sh -O /tmp/emojix 2>/dev/null;chmod +x /tmp/emojix;sh /tmp/emojix -u

After you have completed the installation, you must close the programs such as terminal, browser, editor, etc. and open them again to view the emojis.

Show example in terminal

You can use the display example in the terminal by opening a new one and entering the following code.

echo "$(printf "$(wget -O- https://raw.githubusercontent.com/edicsonabel/emojix/master/example.txt 2>/dev/null)")"
Example Emojix

Failures โŒ

Emojis are not displayed in my terminal

  • Perhaps you have not closed the terminal after installation and opened a new terminal to load the settings.
  • You should also update the font cache with the command fc-cache -f -v.

Emojis are not displayed in my browser

  • Your browser may have a default font for sans-serif in preferences, so you should go to preferences in browser and change the default font from sans-serif to Noto Color Emoji.

Examples ๐Ÿ˜ฑ

Terminal without Emojix

Terminal without Emojix

Terminal with Emojix

Terminal wit Emojix

Browser without Emojix

Browser without Emojix

Browser with Emojix

Browser with Emojix

emojix's People

Contributors

edicsonabel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.