From e79f37e6abfa3324529d78ebcde15c65e0cd98f1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 11 Jun 2020 21:54:49 +0200 Subject: [PATCH] added deps to zsh --- .zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zshrc b/.zshrc index a2462f1..3314580 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,15 @@ # # ############################ +# Required packages: +# - zsh +# - zsh-theme-powerline10k +# - zsh-sytax-hightlighting +# - zsh-completions +# - zsh-autosuggestions +# - nerd-font-hack +# - lsd + export PATH=/$HOME/.local/bin:$PATH export BROWSER=firefox export EDITOR=nvim