dotfiles/install.sh

8 lines
276 B
Bash
Raw Normal View History

2020-03-09 15:32:52 +01:00
#!/bin/bash
cd "$(dirname "$0")"
./solve-stow.sh bin
./solve-stow.sh zsh
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