dotfiles/install.sh

9 lines
368 B
Bash
Raw Normal View History

2021-07-04 12:14:39 +00:00
sudo hostname KeanuCodespaces
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
pip install colorama psutil distro
echo "zsh" >> ~/.bashrc
source ~/.bashrc