dotfiles/install.sh

6 lines
No EOL
279 B
Bash
Executable file

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