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 1 commit
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Owner

Choose a reason for hiding this comment

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

Add an empty line after this please.

Copy link
Owner

Choose a reason for hiding this comment

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

Also, let's keep it "ZSH Learning resources". And there should be a link in the Contents table to this heading.

* [antigen](https://github.com/zsh-users/antigen)
* [oh-my-zsh](http://ohmyz.sh/)
Copy link
Owner

Choose a reason for hiding this comment

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

I wouldn't really call oh-my-zsh and antigen learning resources. Awesome? Definitely. But not learning resources.

Copy link
Author

Choose a reason for hiding this comment

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

Ok, I'll remove these two

* [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)
Copy link
Owner

Choose a reason for hiding this comment

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

Can you add awesome-zsh-plugins-list either directly below the heading or at the end of this section? See what I did in the applications section for the reference: https://github.com/aleksandar-todorovic/awesome-linux#gui-based-applications

* [Why ZSH is Cooler than your Shell](http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692)
Copy link
Owner

Choose a reason for hiding this comment

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

Can you add a short description of this entry?

* [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.
Copy link
Owner

Choose a reason for hiding this comment

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

Separate this into two lines and indicate that the reference card is a PDF somehow so that people wouldn't be surprised when they click it. Also, continue the list with * at the beginning.



## X Desktop Environments

Expand Down