home.social

#gnustow — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gnustow, aggregated by home.social.

  1. 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.

  2. 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!

    lukasrotermund.de/posts/manage

    #gnu #stow

  3. Replaced GNU stow by git bare repo as described dev.to/bowmanjd/store-home-dir

    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