even-more-emojis theme (ohmyzsh)
August 10, 2024 ยท View on GitHub
A customised version of the emoji theme which adds more emojis and more info on where you are.

Requirements
- Install oh-my-zsh
- Add
even-more-emojis.zsh-themein this repo to~/.oh-my-zsh/themes/ - Add the following to
.zshrc
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load
ZSH_THEME=even-more-emojis
plugins=(
emoji git
)
source $ZSH/oh-my-zsh.sh