use curl instead of wget

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-12-23 21:11:00 -05:00
parent fb469d54d6
commit 5ead386c4a

View file

@ -15,7 +15,7 @@ git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
echo "Downloading zsh theme" echo "Downloading zsh theme"
mkdir -p ~/.oh-my-zsh/custom/themes/ 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} for f in ${DOTFILES}
do do