From 04834001f6a527422453cefa39f1cd1bf2a7f959 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sun, 4 Jul 2021 14:22:07 +0200 Subject: [PATCH] [codespaces] Disable welcome screen. --- install.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 12a43b0..62c534a --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ 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 +echo "export DOTFILES_DISABLE_WELCOME = 1" >> ~/.zshrc pip install colorama psutil distro echo "zsh" >> ~/.bashrc source ~/.bashrc