Well, I think my #guix journey is over, at least for now. Too many issues in too rapid a succession, with too much time spent just trying to get to a semi-usable system.

Seemed like a good time to go back to and old favorite after many many years away, but when I went to download #arch my eye was caught by the shiney newness of #cachyos. Legitimately a half hour later and I was up and running.

Trying out #niri now. It sure is pretty. But I'm not sure it'll win out over #sway for me long term.

Maybe I'll drop guix on as just a dotfile manager at some point, but I think for now I'm going back to #gnustow and putting my attention on building usable things rather than just my OS.

At the same time, managing three Macs is becoming a bit burdensome.

After 15 years, I switched away from #iTerm2 and towards #WezTerm which allows hot-reloaded dotfiles-style configuration.

Together with #GnuStow, a simple `git pull` is enough, and the terminal is in sync!

Really love this, and feel like more apps should offer this kind of configuration (at least developer tools). Synchronizing plist preferences is a pain.

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