Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.09 KB

oh-my-gossh

The most customizable and feature rich portfolio TUI for you. Written using the Bubble Tea framework and the power of Golang. Letting you express your portfolio in an incredibly distinct way, utilizing the power of the TOML configuration file. Perhaps it may even make viewers say "Oh my gossh!".


Configuration

A full configuration guide with an image example can be found here. Extremely modular configuration, core configuration should take no more than a few minutes.

Hosting

You can host it through docker, or just run it locally.

Installation

  1. First, clone the repository and cd in.
git clone github.com/jeebuscrossaint/oh-my-gossh
cd oh-my-gossh
  1. Next, in the folder, run the following commands to build the binary. (requires golang installed of course along with make)
make release
make install
make firsttime
  1. Read configs/configs.md and configure your portfolio colors and TOML and make your markdown.

  2. Run the binary.

oh-my-gossh