Chezmoi, how I manage my dotfiles

Some time ago, I had to reinstall my Linux work environment. As usual, I started by configuring my tools: git neovim rclone restoring my SSH keys reconfiguring my .bashrc … After a few hours days, my environment was usable the way I like it. A few weeks passed, and I moved from one Raspberry Pi to another, from one machine to another, grumbling because my environment wasn’t necessarily present on those machines (rightly or wrongly). ...

April 6, 2025 · 3 min

asdf, a development environment management tool

At work, our dev team works with various technologies like NodeJS/Typescript, Java, Go… And from time to time, we need to revisit a project to make some changes. And often, it’s the same story: Oh yeah, but this project is legacy, it doesn’t compile with the current versions anymore. I either have to rewrite everything or reinstall an old version that’s no longer available on Debian… Sometimes we also hear: ...

April 3, 2025 · Last Modified: April 4, 2025 · 2 min