This directory contains the dotfiles for my system
Ensure you have the folling installed on your system
$ sudo pacman -S git
$ sudo pacman -S stow
First, check out the dotfiles repo in your $HOME directory using git
$ git clone [email protected]/rootankush/dotfiles.git
$ cd dotfiles
then use GNU stow to create symlinks
$ stow .
How to add config files to dotfiles or update dotfiles
$ cp -r [destination of file] .config
$ git add .config
$ git commit -m "(write somthing here)"
$ git push origin main
$ stow .
if after using stow . u get duplicate file error
$ rm -r [the file u want to delete]
https://youtu.be/y6XCebnB9gs?si=X1saNfgNL4CBc_QP