mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[codespaces] Disable welcome screen.
This commit is contained in:
parent
355cb4a8ab
commit
04834001f6
1 changed files with 1 additions and 0 deletions
1
install.sh
Normal file → Executable file
1
install.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue