From f3ed9af843f7b7387bbfcbd38c11fdde48b6f7c0 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sat, 8 May 2021 11:54:32 +0000 Subject: [PATCH] [Codespaces] Add install script. --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..a30d1b9 --- /dev/null +++ b/install.sh @@ -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" \ No newline at end of file