I haven't switched my distribution since I started using #GnuStow to manage my dotfiles. I installed stow, pulled my repo, and everything worked as expected. I love this setup!

https://lukasrotermund.de/posts/manage-your-dotfiles-using-gnu-stow/

#gnu #stow

Manage your dotfiles using GNU Stow

If you’ve ever struggled to manage your dotfiles across different systems, GNU Stow could be the elegant solution you’ve been looking for. In this post, I explain how using Stow to reorganise my dotfiles made my setup cleaner, more modular and easier to reproduce.

Lukas Rotermund

I came across GNU Stow as a way of organising dotfiles in an interview between Matt from @thelinuxcast and Linkarzu on YouTube.

If you’ve ever struggled to manage your dotfiles across different systems, GNU Stow could be the elegant solution you’ve been looking for. In my latest post, I explain how using Stow to reorganise my dotfiles made my setup cleaner, more modular and easier to reproduce.

https://lukasrotermund.de/posts/manage-your-dotfiles-using-gnu-stow/

#GNU #GNUstow #Linux #dotfiles

Manage your dotfiles using GNU Stow

If you’ve ever struggled to manage your dotfiles across different systems, GNU Stow could be the elegant solution you’ve been looking for. In this post, I explain how using Stow to reorganise my dotfiles made my setup cleaner, more modular and easier to reproduce.

Lukas Rotermund

I have just migrated all my debian  dotfiles to a GNU stow structure. What a brilliant piece of software!

#GNU #GNUstow #Linux #dotfiles

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
How To Install Curl With GnuTLS Backend In Debian - OSTechNix

By default, Curl uses OpenSSL as backend. In this tutorial, we will see how to install curl with GnuTLS backend in Debian.

OSTechNix
Remove Programs Installed From Source With Stow In Linux - OSTechNix

This guide explains how to easily remove programs installed from source using GNU Stow in Linux with a practical examples.

OSTechNix