Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zeroastro/zeroastro-zsh-theme

Simple Oh My ZSH theme for Dark Backgrounds
https://github.com/zeroastro/zeroastro-zsh-theme

oh-my-zsh oh-my-zsh-theme zsh zsh-theme

Last synced: about 1 month ago
JSON representation

Simple Oh My ZSH theme for Dark Backgrounds

Lists

README

        

# Zeroastro ZSH Theme

Simple Oh My ZSH Theme for **Dark Backgrounds**

![Zeroastro ZSH Theme](https://github.com/zeroastro/zeroastro-zsh-theme/raw/master/zeroastro-zsh-theme.png)

## Requirements
- ZSH
- [Oh My ZSH](https://github.com/robbyrussell/oh-my-zsh)
- CURL

## Installation

```sh
mkdir -p $HOME/.oh-my-zsh/custom/themes/ && \
curl -fsSL https://github.com/zeroastro/zeroastro-zsh-theme/raw/master/zeroastro.zsh-theme -o $HOME/.oh-my-zsh/custom/themes/zeroastro.zsh-theme && \
sed -i.bak 's/^[[:space:]]*ZSH_THEME=.*/ZSH_THEME="zeroastro"/' $HOME/.zshrc && \
exec zsh
```