diff --git a/install.sh b/install.sh index 600e42f..25e45db 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,10 @@ -#!/bin/bash +!/bin/bash -sudo apt install zsh +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)