dotfiles/install.sh

9 lines
297 B
Bash
Raw Permalink Normal View History

2020-03-09 15:32:52 +01:00
#!/bin/bash
2020-09-07 10:06:24 +02:00
sudo apt install zsh
2020-03-09 15:32:52 +01:00
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
2020-09-07 10:06:24 +02:00
./solve-stow.sh bin
./solve-stow.sh zsh