Home

Awesome

<p align="center"> <img alt="" src="assets/ornament.png" width=1020 /> </p> <h1 align="center">≥v≥v&ensp;river-dreams&ensp;≥v≥v</h1> <p align="center"> <img alt="" src="https://img.shields.io/github/license/skippyr/river-dreams?style=plastic&label=%E2%89%A5%20license&labelColor=%2324130e&color=%23b8150d" /> &nbsp; <img alt="" src="https://img.shields.io/github/v/tag/skippyr/river-dreams?style=plastic&label=%E2%89%A5%20tag&labelColor=%2324130e&color=%23b8150d" /> &nbsp; <img alt="" src="https://img.shields.io/github/commit-activity/t/skippyr/river-dreams?style=plastic&label=%E2%89%A5%20commits&labelColor=%2324130e&color=%23b8150d" /> &nbsp; <img alt="" src="https://img.shields.io/github/stars/skippyr/river-dreams?style=plastic&label=%E2%89%A5%20stars&labelColor=%2324130e&color=%23b8150d" /> </p>

❡ About

A fast and full-featured tribal looking shell theme available for PowerShell and ZSH running on Windows, Linux and MacOS.

<p align="center"> <img alt="" src="assets/preview.png" width=1020 /> </p> <p align="center"><strong>Caption:</strong> River Dreams running on MacOS (ZSH). Terminal theme is <a href="https://github.com/skippyr/river-dreams">river-dreams</a>. Font is Hack (patched by the <a href="https://www.nerdfonts.com/font-downloads">Nerd Fonts project</a>).</p>

[!NOTE] The font and colors used in the software may be affected by your terminal settings. Images for illustration purpose only.

Features

These are the descriptions of each prompt feature from left to right, top to bottom, respectively:

Left Prompt Features

Right Prompt Features

❡ Install

Dependencies

The following dependencies must be installed before it:

Dependencies For Windows

[!WARNING] It is highly recommended that you use a terminal with great Unicode/wide-character support and avoid installing multiple Nerd Fonts for the symbols used in the theme to appear correctly. Terminal recommendation for Windows is Windows Terminal which comes pre-installed on Windows 11, while on Windows 10 you can download it from the Microsoft Store.

Dependencies For Linux

[!TIP] Use your distro package manager to install these packages.

[!WARNING] IIt is highly recommended that you use a terminal with great Unicode/wide-character support and avoid installing multiple Nerd Fonts for the symbols used in the theme to appear correctly. Terminal recommendation for Linux is Kitty. You can download it by following the previous tip.

Dependencies For MacOS

[!TIP] Use xcode-select --install to install the Apple command line tools. For the rest, use HomeBrew.

[!WARNING] It is highly recommended that you use a terminal with great Unicode/wide-character support and avoid installing multiple Nerd Fonts for the symbols used in the theme to appear correctly. Recommendation for MacOS is Kitty. You can download it by following the previous tip.

Procedures

Procedures For PowerShell

Set-ExecutionPolicy Unrestricted;
# For Linux/MacOS
git clone --depth 1 https://github.com/skippyr/river-dreams `
                    "${env:HOME}/.config/powershell/themes/river-dreams";

# For Windows
git clone --depth 1 https://github.com/skippyr/river-dreams `
          "${env:USERPROFILE}\Documents\WindowsPowerShell\themes\river-dreams";
# For Linux/MacOS
Write-Output `n'. "${env:HOME}/.config/powershell/themes/river-dreams/src/connectors/river-dreams.ps1";' | `
Out-File -Append -Encoding UTF8 ${PROFILE};

# For Windows
Write-Output `n'. "${env:USERPROFILE}\Documents\WindowsPowerShell\themes\river-dreams\src\connectors\river-dreams.ps1";' | `
Out-File -Append -Encoding UTF8 ${PROFILE};

Procedures For ZSH

git clone --depth 1 https://github.com/skippyr/river-dreams \
          ~/.config/zsh/themes/river-dreams;
echo "source ~/.config/zsh/themes/river-dreams/src/connectors/river-dreams.zsh;" >> ~/.zshrc;

❡ Help

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.

❡ Contributing

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.

In order to keep it open-source, by contributing to this project, you must agree to license your work under the same license that the project uses. For other intentions, prefer to create a fork.

❡ License

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.

<p align="center"><sup><strong>≥v≥v&ensp;Here Be Dragons!&ensp;≥v≥</strong><br />Made with love by skippyr <3</sup></p>