.dotfiles/private_dot_local/bin/executable_,yupdate.fish
2024-09-30 18:06:03 -04:00

10 lines
117 B
Fish

#!/usr/bin/env fish
yadm pull
pushd $HOME/.local/share/yadm/repo.git
git-forgit add
yadm commit
popd
yadm push