Chore: Fixes, repo dotfiles

This commit is contained in:
2023-04-30 14:56:30 +03:00
parent 66739fa765
commit c3aa6b77e5
5 changed files with 32 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ function section_install
$0 install z
;;
antigen)
curl -L git.io/antigen > "$DOTFILES/local/bin/antigen.zsh" \
curl -sSfL git.io/antigen -o "$DOTFILES/local/bin/antigen.zsh" \
&& msg_yay "New antigen installed!"
;;
composer)
@@ -92,7 +92,9 @@ function section_install
&& msg_yay "imagick installed!"
;;
starship)
curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir ~/.local/bin \
curl -sS https://starship.rs/install.sh | sh -s -- \
--bin-dir ~/.local/bin \
--yes \
&& msg_yay "starship installed!"
;;
macos)