From cc4aa3ab52781060c2e17bf98907343c22f60e01 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sat, 8 May 2021 12:01:33 +0000 Subject: [PATCH] [Codespaces] Install welcome script dependencies. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0c325eb..8557c1d 100755 --- a/install.sh +++ b/install.sh @@ -2,4 +2,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" >> ~/.zshrc +pip install colorama psutil distro zsh \ No newline at end of file