From e2a7a13222b300848308c93c4861d6ed51eea6ee Mon Sep 17 00:00:00 2001 From: Keanu Date: Sat, 8 May 2021 12:12:04 +0000 Subject: [PATCH] [Codespaces] Set hostname because why not? --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 60d0d3c..22b40ad 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,4 @@ +sudo hostname KeanuCodespaces rm -rf ~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended git clone https://github.com/keanuplayz/dotfiles ~/.dotfiles