I use gnu stow to manage to my dotfiles
I find it very easy and simple to use for basic dotfile setup
clone this repository
git clone https://github.com/rogue-87/dotfiles.git
then use make
to run stow. here's what you can do
# setup dotfiles for laptop
make laptop-stow
# remove laptop dotfiles
make laptop-unstow
# setup dotfiles for termux(android terminal emulator)
make termux-stow
# remove termux dotfiles
make termux-unstow
tada!, you're good to go :]