From 5ead386c4a733f711ab5d92eb6bd45f2e88710ef Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Sat, 23 Dec 2023 21:11:00 -0500 Subject: [PATCH] use curl instead of wget Signed-off-by: Naman Sood --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 372ce28..bd61b74 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh echo "Downloading zsh theme" mkdir -p ~/.oh-my-zsh/custom/themes/ -wget -xqO ~/.oh-my-zsh/custom/themes/aphrodite.zsh-theme https://github.com/win0err/aphrodite-terminal-theme/raw/master/aphrodite.zsh-theme +curl --create-dirs -Lo ~/.oh-my-zsh/custom/themes/aphrodite.zsh-theme https://github.com/win0err/aphrodite-terminal-theme/raw/master/aphrodite.zsh-theme for f in ${DOTFILES} do