You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimalistic terminal theme (prompt) that does not have any visual noise. Displays only the necessary information: virtual env, current user, hostname, working directory, and git branch if exists. Looks great both with dark and white terminals. Bash, fish and zsh are supported.
Select theme using omz: omz theme set aphrodite/aphrodite
Reload current zsh session: omz reload
Without Oh My Zsh
Download theme to the themes directory, for example, ~/.zsh/themes: git clone --quiet https://github.com/win0err/aphrodite-terminal-theme ~/.zsh/themes/aphrodite
Select theme by sourcing it in .zshrc: echo 'source ~/.zsh/themes/aphrodite/aphrodite.zsh-theme' >> ~/.zshrc
Load theme immediately in current session: source ~/.zsh/themes/aphrodite/aphrodite.zsh-theme
Author's note: It looks even cooler when:
a) theme is set to None: fish_config theme save None,
b) autosuggestions are disabled: echo 'set -g fish_autosuggestion_enabled 0' >> ~/.config/fish/config.fish.
bash — GNU Bourne-Again SHell
Download theme to the themes directory, for example, ~/.bash/themes: git clone --quiet https://github.com/win0err/aphrodite-terminal-theme ~/.bash/themes/aphrodite
Select theme by sourcing it in .bashrc: echo 'source ~/.bash/themes/aphrodite/aphrodite.theme.sh' >> ~/.bashrc
Load theme immediately in current session: source ~/.bash/themes/aphrodite/aphrodite.theme.sh