Added (enforced) shellcheck

This commit is contained in:
Tobias Schmidl 2021-02-12 07:40:57 +01:00
parent 1037783135
commit 330599d84b
4 changed files with 15 additions and 3 deletions

View file

@ -7,10 +7,10 @@ TMPDIR=$(mktemp -u -p "$HOME" -d dotfiles.XXXXX) && \
[ -r "$TMPDIR/.gitmodules" ] && cp -vi "$TMPDIR/.gitmodules" "$HOME"
[ -d "$HOME/.cfg" ] && \
git --git-dir="$HOME/.cfg/" --work-tree="$HOME" config status.showUntrackedFiles no && \
(cd $HOME && \
(cd "$HOME" && \
git --git-dir="$HOME/.cfg/" --work-tree="$HOME" checkout -- . && \
git --git-dir="$HOME/.cfg/" --work-tree="$HOME" submodule update --init --remote --recursive --rebase)
rm -rf $TMPDIR
rm -rf "$TMPDIR"
pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requirements.txt