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