import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "~/components/ui/accordion" import Link from "next/link"; import { FaGithub } from "react-icons/fa"; export default function Sunhat() { return (

Sunhat (Bash)

Sunhat Git Repository

< FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />

Sunhat is a fork of DHH's Omakub, an opinionated Ubuntu setup that I have contributed to in the past. Sunhat is a complete rewrite as it supports Fedora rather than Ubuntu. This project serves as my own personal Fedora setup script, but provides a lot of wisdom to newcomers in the Fedora / Linux community.

); };