Skip to content

Commit

Permalink
better omz install
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 26, 2024
1 parent ee1c118 commit 4a0cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_once_before_install-packages-cli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ ! -d "${HOME}/.oh-my-zsh" ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
fi

if [[ ! -x "$(command -v poetry)" ]]; then
Expand Down

0 comments on commit 4a0cda2

Please sign in to comment.