This repository works as a way of keeping consistency in my work tools through different machines.
This works due to GNU Stow:
sudo apt install stow
sudo dnf install stow
- Clone the repository in ~/dotfiles
- cd to the ~/dotfiles directory
- Execute
stow <configStructure>
. This will create symlinks, keeping the folder structure defined in the dotfiles directory. - Enjoy :-D.