#!/bin/bash echo "Installing git, kitty, & nvim..." sudo dnf update -y --refresh > /dev/null sudo dnf install -y git kitty nvim gum > /dev/null echo "Cloning sunhat..." git clone https://github.com/gibbyb/sunhat.git ~/.local/share/sunhat > /dev/null echo "Change environment variables to your liking..." echo "Once closed, we will begin install." kitty -1 -e bash -c "nvim ~/.local/share/sunhat/sources/env.sh" source ~/.local/share/sunhat/install.sh