Ecosyste.ms: Awesome

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

https://github.com/andreshincapier/linuxero

zsh-theme to customize the console
https://github.com/andreshincapier/linuxero

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

Last synced: about 2 months ago
JSON representation

zsh-theme to customize the console

Lists

README

        

# Introduction

For users who love the look and feel of a Linux terminal, without losing the capabilities offered by the plugins offered by oh-my-zsh

![Screen shot](screen-shot.png "Screen shot")

## Installation

```sh
curl https://raw.githubusercontent.com/andreshincapier/zsh-theme/main/andreshir.zsh-theme -o $ZSH_CUSTOM/themes/andreshir.zsh-theme
```

### Note
If you want colorful output on your commands you can use [Lolcat](https://github.com/busyloop/lolcat)

## Usage

```sh
# Set theme
ZSH_THEME="andreshir"

# Set plugins
plugins=(git colored-man-pages colorize pip python brew macos zsh-syntax-highlighting)

source $ZSH/.oh-my-zsh.sh
```

## License

This repository is licensed under MIT License