A collection of my personal dotfiles managed using GNU stow.
Ensure you have the following installed on your system
sudo dnf install git -y
sudo dnf install stow -y
First, check out the dotfiles repo in your $HOME directory using git
$ git clone git@github.com:aswinr19/dotfiles.git
cd dotfiles
then use GNU stow to create symlinks ( make sure to delete the default config files from their respective locations ) , also make sure to clone the repos of zsh plugins inside .oh-my-zsh/pulgins.
$ stow .
refer to this video for additional information