aphrodite-terminal-theme
aphrodite-terminal-theme copied to clipboard
A minimalistic terminal theme (prompt) for sexy terminals that works in bash, fish and zsh
Aphrodite Terminal Theme
Minimalistic Aphrodite theme does not have any visual noise. Displays only the necessary information: current user, hostname, working directory, git branch if exists. Looks great both with dark and white terminals.
Installation
Requirements
- UNIX-like OS (Linux, macOS, BSD)
- wget and git installed
Zsh
mkdir -p ~/.oh-my-zsh/custom/themes/
wget -xqO ~/.oh-my-zsh/custom/themes/aphrodite.zsh-theme https://raw.githubusercontent.com/win0err/aphrodite-terminal-theme/master/aphrodite.zsh-theme
sed -i.bak 's/^[[:space:]]*ZSH_THEME=.*/ZSH_THEME="aphrodite"/' ~/.zshrc
source ~/.zshrc
Bash
Bash support will be added later.
Developed by Sergei Kolesnikov