dotfiles/install.sh
Tim van Veenendaal 9c07e4a0a7 update install
2020-09-07 10:06:24 +02:00

9 lines
297 B
Bash
Executable File

#!/bin/bash
sudo apt install zsh
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