Installation
April 23, 2021 ยท View on GitHub
This software is packaged as a Zsh theme to make it easier to use if you're already using a Zsh framework. If you don't already use a framework, @unixorn highly recommends Zgenom, because it is fast and also supports using oh-my-zsh's internal plugins/themes. I personally do all of my plugin/theme management through Oh My Zsh, an thus owe its many developers an eternal debt of gratitude.
Oh My Zsh
-
Move to user $HOME directory (i.e. "~"):
cd -
Download michaelpass theme from GitHub:
git clone git@github.com:michaelpass/michaelpass.zsh-theme michaelpass -
Move into newly created directory
cd michaelpass -
Copy theme to Zsh/Oh My Zsh themes directory
cp michaelpass-zsh.theme $ZSH/themes -
Edit current theme to
michaelpass:Open
~/.zshrcand changeZSH_THEME="..."toZSH_THEME="michaelpass". Save. -
Reload Zsh config file:
source ~/.zshrc -
Happy Hacking! ๐
POSIX-compliance
Note: Simply moving the theme to your Zsh themes folder and changing the current theme to "michaelpass" should work universally, regardless of what Zsh framework you choose.
p.s. If you haven't checked out already, please check out Oh My Zsh: https://ohmyz.sh/