This directory contains the dotfiles for my system which runs on Fedora linux. First things first let's keep your system updated
On Fedora run
sudo dnf upgrade --refresh; flatpak update
Ensure you have the following installed on your system
sudo dnf install git
sudo dnf install stow
First, check out the dotfiles repo in your $HOME directory using git
git clone https://github.com/praneetk96/dotfiles.git
cd dotfiles
then use GNU stow to create symlinks
stow .
or for a individual package
stow -v -R -t ~ PACKAGE_NAME


