added deps to zsh

This commit is contained in:
Niklas 2020-06-11 21:54:49 +02:00
parent 23f0cdc76d
commit e79f37e6ab

9
.zshrc
View File

@ -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 PATH=/$HOME/.local/bin:$PATH
export BROWSER=firefox export BROWSER=firefox
export EDITOR=nvim export EDITOR=nvim