configs/roles/config/files/.config/fish/functions/upconf.fish
2024-10-15 19:18:04 +02:00

9 lines
149 B
Fish

# update config
function upconf
pushd (mktemp -d)
git clone https://gitea.exu.li/exu/configs.git
cd configs
just config
popd
end