From 1fb96f6678bff4c59a12332635b391dfa6d061f9 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Thu, 25 Jul 2024 11:32:18 +0000 Subject: [PATCH] fetch_dotfiles.sh aktualisiert --- fetch_dotfiles.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch_dotfiles.sh b/fetch_dotfiles.sh index 20ce357..e16f9dc 100644 --- a/fetch_dotfiles.sh +++ b/fetch_dotfiles.sh @@ -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 \ No newline at end of file