Create function to update config

This commit is contained in:
exu 2024-10-12 16:29:35 +02:00
parent 0f98ce3e79
commit 5bc60fc91b

View File

@ -0,0 +1,7 @@
# update config
function upconf
cd (mktemp -d)
git clone https://gitea.exu.li/exu/configs.git
cd configs
just config
end