[codespaces] Disable welcome screen.

This commit is contained in:
Keanu Timmermans 2021-07-04 14:22:07 +02:00
parent 355cb4a8ab
commit 04834001f6
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 0 deletions

1
install.sh Normal file → Executable file
View File

@ -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