From 28b121a81d0a615a7e5e6f34d1b27239c02e8a77 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 2 Jan 2022 01:03:12 -0300 Subject: [PATCH] Add more packages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7a3a25..4907132 100755 --- a/install.sh +++ b/install.sh @@ -321,7 +321,7 @@ finishInstallation() { } zshConfig() { - # TODO: Install packages: zsh-theme-powerlevel10k-git and https://aur.archlinux.org/packages/oh-my-zsh-git/ + # TODO: Choose between zsh-theme-powerlevel10k-git (AUR) and zsh-theme-powerlevel10k (community) sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug mkdir -p $HOME/.cache/zsh touch $HOME/.cache/zsh/.histfile