diff --git a/install.sh b/install.sh index c9f5efa..66c0a67 100755 --- a/install.sh +++ b/install.sh @@ -86,3 +86,7 @@ if ! python3 -c 'import venv' 2>/dev/null ; then fi cd "$DOTDIR" && make + +# fix permissions of the directory +sudowrap chgrp -R dotfiles "${DOTDIR}" +sudowrap chmod g+wX "${DOTDIR}"