dotfiles/install.sh
2020-12-15 20:16:09 +01:00

11 lines
328 B
Bash
Executable File

!/bin/bash
sudo apt install zsh wget curl
cd "$(dirname "$0")"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
./solve-stow.sh bin
./solve-stow.sh zsh
chsh -s $(which zsh)