From dd170b123568a4cfc8b3d152455b80d0f3598fda Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 4 Jul 2020 22:32:01 +0200 Subject: [PATCH] Updated bootstrap.sh --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index fd1a292..0af9347 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh # bootstrap.sh -# Copyright 2016 Christian Busch -# http://github.com/chrisb86/dotfiles +# Copyright 2016 Christian Baer +# https://git.debilux.org/chbaerr/dotfiles # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,7 +22,7 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTI -exclude="README.md|init|Makefile|screenshot.png|.git|.gitignore|.gitmodules|.DS_Store|bootstrap.sh" +exclude="README.md|init|Makefile|screenshot.png|screenshot-tmix.png|.git|.gitignore|.gitmodules|.DS_Store|bootstrap.sh" bootstrap=`basename -- "$0"` basedir=`dirname "$0"`