From 09e7ca898a41fb1c68fd9a75da39141304a39c32 Mon Sep 17 00:00:00 2001 From: homuncculus <16103127vaibhav@gmail.com> Date: Wed, 11 Oct 2017 11:59:12 +0530 Subject: [PATCH 1/2] issue #39->added a ZSH section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8eaa70a..c4a5b33 100755 --- a/README.md +++ b/README.md @@ -233,6 +233,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 Useful Resources +* [antigen](https://github.com/zsh-users/antigen) +* [oh-my-zsh](http://ohmyz.sh/) +* [Outrageously Useful Tips To Master Your Z Shell](http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/) +* [awesome-zsh-plugins-list](https://github.com/unixorn/awesome-zsh-plugins) +* [Why ZSH is Cooler than your Shell](http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692) +* [The Text Triumvirate](http://www.drbunsen.org/the-text-triumvirate/) - Seth Brown's tutorial on combining zsh, tmux and vim. +The [ZSH Reference Card](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) and [zsh-lovers site](http://grml.org/zsh/zsh-lovers.html) are indispensable. + ## X Desktop Environments From 5f28028c3b0efb01bf1a5e625156dccdedccf678 Mon Sep 17 00:00:00 2001 From: homuncculus <16103127vaibhav@gmail.com> Date: Sun, 15 Oct 2017 21:04:05 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4a5b33..0a53fab 100755 --- a/README.md +++ b/README.md @@ -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) @@ -233,14 +235,14 @@ 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 Useful Resources -* [antigen](https://github.com/zsh-users/antigen) -* [oh-my-zsh](http://ohmyz.sh/) -* [Outrageously Useful Tips To Master Your Z Shell](http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/) -* [awesome-zsh-plugins-list](https://github.com/unixorn/awesome-zsh-plugins) +### 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](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) and [zsh-lovers site](http://grml.org/zsh/zsh-lovers.html) are indispensable. +* 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. + +For some cool zsh-plugins, visit [awesome-zsh-plugins-list](https://github.com/unixorn/awesome-zsh-plugins) ## X Desktop Environments