A powerline theme for the zsh shell for Linux that has an outer space thematic.
Caption: a preview of outer-space applied on zsh. The terminal theme used is Flamerial and font is Fira Mono (Nerd Fonts patched).
It displays:
- Your host and user names.
- The name of the active Python virtual environment, if you have sourced one.
- The path of the directory you are in with parent directory names abbreviated by their initials.
- The active branch and if it is dirty, when inside of a
gitrepository.
The following dependencies must be installed before installing it:
- git: it will be used to clone this repository.
- Noto Sans, Nerd Font Symbols: these fonts provide the pretty symbols by the theme.
If you want to install this theme without a plugin manager or for a specific framework, using a terminal, follow these steps:
- Clone this repository using
git:
git clone --depth 1 "~/.config/zsh/themes/outer-space";- Source the file
outer-space.zsh-themethat is inside of the repository you just cloned in your~/.zshrcconfiguration file:
source "~/.config/zsh/themes/outer-space/outer-space.zsh-theme";- Reopen
zsh.
If you want to install and use this theme with the ohmyzsh framework, using a terminal, follow these steps:
- Clone this repository using
git:
git clone --depth 1 "https://github.com/skippyr/outer-space" \
"${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/outer-space";- Apply the theme in your
~/.zshrcconfiguration file by setting theZSH_THEMEvariable:
ZSH_THEME="outer-space/outer-space";- Reopen
zsh.
If you want to install this theme with the antidote plugin manager, using a terminal, follow these steps:
- Add this repository to your plugins file, usually
~/.zsh_plugins.txt.
skippyr/outer-space
- Use
antidoteto load your plugins.
antidote load "~/.zsh_plugins.txt";If you need help related to this project, open a new issue in its issues pages or send me an e-mail describing what is going on.
This project is open to review and possibly accept contributions, specially fixes and suggestions. If you are interested, send your contribution to its pull requests page or to my e-mail.
By contributing to this project, you agree to license your work under the same license that the project uses.
This is free software licensed under the MIT License that comes WITH NO WARRANTY. Refer to the LICENSE file that comes in its source code for license and copyright details.
≥v≥v Here Be Dragons! ≥v≥
Made with love by skippyr <3

