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

https://github.com/janstuemmel/zsh-ubuntu-theme

Ubuntu zsh theme
https://github.com/janstuemmel/zsh-ubuntu-theme

sh shell zsh zsh-theme

Last synced: 6 months ago
JSON representation

Ubuntu zsh theme

Awesome Lists containing this project

README

          

# Ubuntu ZSH theme

Ubuntu zsh theme for ohh-my-zsh

![Screenshot](./screenshot.png)

## Install

Copy `ubuntu.zsh-theme` to `~/.oh-my-zsh/custom/themes` and change `ZSH_THEME` in `~/.zshrc` to `ZSH_THEME="ubuntu"`.

### Install script

```sh
curl -so ~/.oh-my-zsh/custom/themes/ubuntu.zsh-theme https://raw.githubusercontent.com/janstuemmel/zsh-ubuntu-theme/master/ubuntu.zsh-theme && sed -i 's/^ZSH_THEME=\".*\"/ZSH_THEME="ubuntu"/' ~/.zshrc
```