Added (enforced) shellcheck
This commit is contained in:
parent
1037783135
commit
330599d84b
4 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue