From 48e38017b524240cc9dfd1b18a3b17a09c158965 Mon Sep 17 00:00:00 2001 From: koumakpet Date: Tue, 14 Apr 2020 02:09:41 +0200 Subject: [PATCH] fixed oh-my-zsh istallation --- dotfiles_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles_install.py b/dotfiles_install.py index 822fc1a..41dad04 100644 --- a/dotfiles_install.py +++ b/dotfiles_install.py @@ -47,7 +47,7 @@ class InstallChecks: else: install_text = InstallChecks._make_install_text( 'REQUIRED zsh package') - dotfiles.oh_my_zsh = Install.package('oh-my-zsh', + dotfiles.oh_my_zsh = Install.package('oh-my-zsh-git', install_text, aur=True) dotfiles.oh_my_zsh_path = InstallChecks.get_installation_path(