Home

Awesome

---------------------------------------------------------
 __  __              _ ______ __  __  ____       _ _____ 
|  \/  |   /\       | |  ____|  \/  |/ __ \     | |_   _|
| \  / |  /  \      | | |__  | \  / | |  | |    | | | |  
| |\/| | / /\ \ _   | |  __| | |\/| | |  | |_   | | | |  
| |  | |/ ____ \ |__| | |____| |  | | |__| | |__| |_| |_ 
|_|  |_/_/    \_\____/|______|_|  |_|\____/ \____/|_____|
                                                                                                                            
šŸŽ Emojify your terminal.                                     
---------------------------------------------------------                                                                     
<img src="http://g.recordit.co/Wjoy1k2yvT.gif"/>

Installation

Automatic install

šŸŒˆ Copy and paste the code below into your terminal in one thicc šŸ‘ chunk and bam you're ready to go! šŸš€

curl -s https://raw.githubusercontent.com/catonmat/majemoji/master/majemoji.zsh-theme >> majemoji.zsh-theme && \
curl -s https://raw.githubusercontent.com/catonmat/majemoji/master/install.sh > install.sh && \
sh install.sh && rm install.sh && rm majemoji.zsh-theme && zsh

Manual Install

# clone the repo
git clone [majemoji_repo_url]

# move into the directory
cd majemoji

# I encourage you to double check contents of the install script to ensure you are happy to run it! It's very simple and straightforward.
cat install.sh

# run the install!
sh install.sh

# reboot your Zsh in the terminal to see majemoji Action!!!
zsh

The install script assumes two things:

If any of the three points above are not true for you, then you'll have to manually move the files.

Contributing

šŸ§  Welcoming any ideas and suggestions for improvement!