Installing Maven with chezmoi
I use chezmoi to manage my dotfiles, including a few small scripts that install development tools in my home directory. One of these scripts installs Apache Maven. I keep it as a run_onchange_after_ script so that chezmoi runs it only when the script changes. This is especially convenient for versioned tools: when I want to […]