I used aphrodite-terminal-theme as a starting point for this theme.
The one charachter gap on the right side is to make resized windows look cleaner. However it still may not update properly with some environments.
Linux
Termux
Tux(Penguin) is not part of this theme. It is part of my zsh config
Remove themes dir if it exists
cd $ZSH_CUSTOM
rm -rf $ZSH_CUSTOM"themes"
git add . && git commit -m "cryptic theme prep"
Clone repo
git clone https://github.com/thederpykrafter/cryptic.zsh-theme.git $ZSH_CUSTOM"themes/"
OR
Add submodule
git submodule add https://github.com/thederpykrafter/cryptic.zsh-theme themes
git commit -m "cryptic theme setup"
Fix push (this is here for later me
)
git remote set-url origin [email protected]:thederpykrafter/cryptic.zsh-theme