[Codespaces] Fix install script.

This commit is contained in:
Keanu Timmermans 2021-05-08 11:56:38 +00:00 committed by GitHub
parent f3ed9af843
commit 35dfa8d184
1 changed files with 2 additions and 1 deletions

3
install.sh Normal file → Executable file
View File

@ -1,4 +1,5 @@
rm -rf ~/.oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
git clone https://github.com/keanuplayz/dotfiles ~/.dotfiles
echo "source ~/.dotfiles/zsh/zshrc"
echo "source ~/.dotfiles/zsh/zshrc" >> ~/.zshrc
zsh