fetch_dotfiles.sh aktualisiert

This commit is contained in:
ZennDev1337 2024-07-25 11:32:18 +00:00
parent b1d1499d14
commit 1fb96f6678

View file

@ -1,4 +1,3 @@
git clone --bare https://repo.zenndev.xyz/ZennDev1337/dotfiles.git $HOME/.cfg
function config {
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
@ -13,3 +12,5 @@ if [ $? = 0 ]; then
fi;
config checkout
config config status.showUntrackedFiles no
rm -f $HOME/readme.md
rm -f $HOME/fetch_dotfiles.sh