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
- Host: GitHub
- URL: https://github.com/janstuemmel/zsh-ubuntu-theme
- Owner: janstuemmel
- License: mit
- Created: 2019-08-17T13:26:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T19:37:35.000Z (over 4 years ago)
- Last Synced: 2025-02-17T22:32:38.928Z (9 months ago)
- Topics: sh, shell, zsh, zsh-theme
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - ubuntu - Minimal theme, includes `git` status decorations. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - ubuntu - Minimal theme, includes `git` status decorations. (Themes / ZSH on Windows)
README
# Ubuntu ZSH theme
Ubuntu zsh theme for ohh-my-zsh

## 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
```