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