From 30dfb26dc36fa8bf98f23756c668140838729fc2 Mon Sep 17 00:00:00 2001 From: ardent Date: Tue, 15 Dec 2020 20:16:09 +0100 Subject: [PATCH] update install --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)