# install packages:
## grml-zsh-config (for non-archlinux: wget -O ~/.zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc)
## powerline
## zsh 
## zsh-autosuggestions 
## zsh-completions 
## zsh-doc 
## zsh-history-substring-search 
## zsh-lovers 
## zsh-syntax-highlighting 
## zsh-theme-powerlevel10k

# create .zshrc with:
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000

alias yay='yay --color=auto'
alias pacman='pacman --color=auto'

bindkey \^U backward-kill-line

. /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
. /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme

# and run
## p10k configure  

