1 2 3 4 5 6 7 8 9 10
#!/bin/sh [ ! -d "${XDG_CONFIG_HOME}/cppman" ] && mkdir -p "${XDG_CONFIG_HOME}/cppman" stow \ --target="${HOME}" \ --ignore="^@.*" \ --verbose \ cppman
Consider giving Nix/NixOS a try! <3