From 48cc058b41d8c4d31f9c37f82b211a3278eb989e Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 19 Jun 2020 17:07:41 +0100 Subject: [PATCH] Removed the sudo from oh-my-zsh, was borking things --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 24735dd..c1a1c3c 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ sudo apt install feh cmus newsboat sudo apt install gtypist # GUI shit -sudo apt install lightdm +#sudo apt install lightdm # Dotfiles @@ -42,6 +42,6 @@ curl -L https://github.com/gokcehan/lf/releases/latest/download/lf-linux-amd64.t # st Terminal # Oh my zsh -sudo sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" +sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" # Change default shell to zsh -sudo chsh -s /bin/zsh +chsh -s /bin/zsh