This repository contains part of my dotfiles. Use at your own risk
sudo dnf install -y rsync git
git clone https://github.com/Mitsunee/dotfiles
cd dotfiles
This script unpacks the content of the dotfiles
directory into your home directory. This WILL wipe any already existing files of the same names!
These script install a bunch of packages I use. They were made for Fedora-based distros. setup_dnf.sh
contains the bare minimum I install on every machine, while setup_dnf_extras.sh
contains most of what I use on my desktop sans stuff built from source.
See docs for more setup things that cannot be automated as easily