Quick Start Guide

This guide will walk you through the fastest way to apply a new color scheme to your terminal using Gogh's interactive installer.

Step 1: Install Prerequisites

Open your terminal and run the command appropriate for your system to install the necessary dependencies.

  • Debian / Ubuntu

    sudo apt-get install dconf-cli uuid-runtime
  • Arch Linux

    sudo pacman -S dconf util-linux-libs

Step 2: Run the Installer

Copy and paste the one-line command for your operating system into your terminal. This will download and execute the main gogh.sh script.

  • Linux

    bash -c "$(wget -qO- https://git.io/vQgMr)"
  • macOS

    bash -c "$(curl -sLo- https://git.io/vQgMr)"

Step 3: Select and Apply a Theme

After running the script, you will see a list of all available themes, each with a corresponding number.

  1. A prompt will appear at the bottom asking you to Enter OPTION(S).
  2. Type the number of the theme you want to apply (e.g., 116 for Dracula) and press Enter.
  3. Gogh will automatically detect your terminal and apply the chosen color scheme.

That's it! You may need to open a new terminal window or tab to see the changes take effect.