Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

issue #39->added a ZSH section #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
* [Learning Resources](#learning-resources)
* [Books](#books)
* [Courses](#courses)
* [BASH](#bash-learning-resources)
* [ZSH](#zsh-learning-resources)
* [X Desktop Environments](#x-desktop-environments)
* [GNOME](#gnome)
* [KDE](#kde)
Expand Down Expand Up @@ -233,6 +235,15 @@ If you used Windows and decided to switch to Linux, this course should help you
* [Bash Guide for Beginners](https://linux.die.net/Bash-Beginners-Guide/)
* [Advanced Bash-Scripting Guide](https://linux.die.net/abs-guide/)

### Zsh Learning Resources

* [Why ZSH is Cooler than your Shell](http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692)
* [Outrageously Useful Tips To Master Your Z Shell](http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/)
* [The Text Triumvirate](http://www.drbunsen.org/the-text-triumvirate/) - Seth Brown's tutorial on combining zsh, tmux and vim.
* The [ZSH Reference Card(pdf)](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) and [zsh-lovers site](http://grml.org/zsh/zsh-lovers.html) are indispensable.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be split into two. Also, a short description of what's behind these descriptions would be cool. Otherwise, we're good to go.


For some cool zsh-plugins, visit [awesome-zsh-plugins-list](https://github.com/unixorn/awesome-zsh-plugins)


## X Desktop Environments

Expand Down