Skip to content

Commit

Permalink
possible fix for git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Oct 8, 2021
1 parent c8f9eba commit ef7e52c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/userspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if ! builtin type -p 'yay' >/dev/null 2>&1; then
rm -rf "${tmpdir}"
fi

cd ~

# install oh my zsh (https://github.com/ohmyzsh/ohmyzsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
# also install some plugins
Expand Down

0 comments on commit ef7e52c

Please sign in to comment.