Skip to content

Commit b73f9f2

Browse files
authored
Update README.md
1 parent 0ddeb3b commit b73f9f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Here's a list of all my favorite Linux apps, tips, and tricks. My current distro
192192

193193
### Terminal Apps and Plugins
194194

195-
These are ways to make your terminal more efficient and more enjoyable!
195+
These are CLI based apps that make your termainal more efficient and more enjoyable!
196196

197197
- [bat](https://github.com/sharkdp/bat) - bat is a replacement for cat command so you can view files in command line with syntax highlighting.
198198
- [btop](https://github.com/aristocratos/btop) - btop is a replacement for top command that displays system resources and running tasks information with syntax highlighting.
@@ -205,8 +205,9 @@ With terminal shell, I prefer ZSH, some linux ditros might have ZSH preinstalled
205205
```
206206
sudo chsh -s /bin/zsh
207207
```
208-
Manjaro Linux already comes preloaded with the following plugins for ZSH, plus many more.
208+
Manjaro Linux already comes preloaded with the following plugins for ZSH, plus many more, but I highly recommend them!
209209
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - zsh-autosuggestions is a plugin for zsh that provides auto-suggestions based on your command history.
210210
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - zsh-syntax-highlighting is a plugin for zsh that provides syntax highlighting for commands.
211+
- [PowerLevel10K](https://github.com/romkatv/powerlevel10k) - An awesome theme for ZSH.
211212

212213
Thanks for reading. [Follow me](https://bsky.app/profile/dansnull.bsky.social) for more!

0 commit comments

Comments
 (0)