Create function to update config
This commit is contained in:
parent
0f98ce3e79
commit
5bc60fc91b
7
roles/config/files/.config/fish/functions/upconf.fish
Normal file
7
roles/config/files/.config/fish/functions/upconf.fish
Normal 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
|
Loading…
Reference in New Issue
Block a user