[Codespaces] Add install script.

This commit is contained in:
Keanu Timmermans 2021-05-08 11:54:32 +00:00 committed by GitHub
parent fcf01bf6a9
commit f3ed9af843
1 changed files with 4 additions and 0 deletions

4
install.sh Normal file
View File

@ -0,0 +1,4 @@
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"