All Projects → win0err → aphrodite-terminal-theme

win0err / aphrodite-terminal-theme

Licence: MIT License
🎀 Minimalistic Aphrodite theme for sexy terminals

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to aphrodite-terminal-theme

Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1032.81%)
Mutual labels:  zsh, zsh-theme
Polyglot
Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash
Stars: ✭ 118 (+84.38%)
Mutual labels:  zsh, zsh-theme
Lambda Zsh Theme
λ Beautiful lambda theme for Zsh
Stars: ✭ 39 (-39.06%)
Mutual labels:  zsh, zsh-theme
apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (+0%)
Mutual labels:  zsh, zsh-theme
Common
A simple, clean and minimal prompt.
Stars: ✭ 213 (+232.81%)
Mutual labels:  zsh, zsh-theme
Hyperzsh
A hyperminimal zsh prompt
Stars: ✭ 470 (+634.38%)
Mutual labels:  zsh, zsh-theme
Pi
A minimalist zsh theme with git status decorations
Stars: ✭ 76 (+18.75%)
Mutual labels:  zsh, zsh-theme
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (+471.88%)
Mutual labels:  zsh, zsh-theme
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (+184.38%)
Mutual labels:  zsh, zsh-theme
Jovial
jovial - a jovial theme for zsh
Stars: ✭ 124 (+93.75%)
Mutual labels:  zsh, zsh-theme
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+14.06%)
Mutual labels:  zsh, zsh-theme
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+24506.25%)
Mutual labels:  zsh, zsh-theme
Alien Minimal
An asynchronous minimal zsh prompt
Stars: ✭ 122 (+90.63%)
Mutual labels:  zsh, zsh-theme
Alien
An asynchronous zsh prompt
Stars: ✭ 218 (+240.63%)
Mutual labels:  zsh, zsh-theme
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+31937.5%)
Mutual labels:  zsh, zsh-theme
zsh-docker
Docker containers for all versions of Zsh.
Stars: ✭ 66 (+3.13%)
Mutual labels:  zsh
zsh unplugged
🤔 perhaps you don't need a Zsh plugin manager after all...
Stars: ✭ 68 (+6.25%)
Mutual labels:  zsh
dotfiles
My Linux settings and configs
Stars: ✭ 33 (-48.44%)
Mutual labels:  zsh
dot
No description or website provided.
Stars: ✭ 40 (-37.5%)
Mutual labels:  zsh
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-18.75%)
Mutual labels:  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.

Aphrodite Terminal Theme

Installation

Requirements

  • UNIX-like OS (Linux, macOS, BSD)
  • wget and git installed

Zsh

Oh My 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].