Replaced GNU stow by git bare repo as described https://dev.to/bowmanjd/store-home-directory-config-files-dotfiles-in-git-using-bash-zsh-or-powershell-the-bare-repo-approach-35l3

I never learned stow and a simple alias fixed all my needs.

alias dtf='git --git-dir=$HOME/projects/vyskocilm/dotfiles/ --work-tree=$HOME'

#gnustow #stow #git #dotfiles #linux

The Bare Repo Approach to Storing Home Directory Config Files (Dotfiles) in Git using Bash, Zsh, or Powershell

We can make life easier by using Git to store and version configuration files that reside in a...

DEV Community
@vyskocilm yah, the same for me https://gitea.jaandrle.cz/jaandrle/dotfiles, nice trick is also using submodules for dependencies, instead of, for example, https://github.com/basherpm/basher
dotfiles

My ‘dotfiles’, primarly KDE Neon (“≈Ubuntu”), VIM, …. I use `git clone --bare` for managing dotfiles.

Gitea: Git with a cup of tea