From 355cb4a8ab67ee74b692d2ad73620e75125f65e8 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sun, 4 Jul 2021 14:14:39 +0200 Subject: [PATCH] [codespaces] Add install script. --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..12a43b0 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +sudo hostname KeanuCodespaces +rm -rf ~/.oh-my-zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended +git clone --recurse-submodules https://github.com/keanuplayz/dotfiles ~/.dotfiles +echo "source ~/.dotfiles/zsh/zshrc" >> ~/.zshrc +pip install colorama psutil distro +echo "zsh" >> ~/.bashrc +source ~/.bashrc