# My favorite zsh plugins, 2020 edition

As 2020 is about to come to an end, after trying numerous plugins, these are the ones that struck me in a positive way.

### [powerlevel10k](https://github.com/romkatv/powerlevel10k) 13k+★
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1607899311745/CstLvvTN_.png)
A neat theme for zsh, with an emphasis on speed, flexibility, and out of the box experience.

### [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) 15k+★
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1607899462522/9WU9RoGx8.png)
Will complete commands as you write, based on your history

### [autojump](https://github.com/wting/autojump) 12k+★
A faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line.

