From 0432cec1cc380b86c7ba092025da705c5fbd8e83 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 25 Jan 2018 09:28:18 -0700 Subject: [PATCH] Add link to A Beautifully Productive Terminal Experience article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 772d618..291e3c9 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ These frameworks make customizing your zsh setup easier. ### Generic ZSH +* [A Beautifully Productive Terminal Experience](http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/) - Tutorial using a combination of [iTerm 2](http://www.iterm2.com/#/section/home), [ZSH](http://en.wikipedia.org/wiki/Z_shell), [Prezto](https://github.com/sorin-ionescu/prezto), [Tmux](http://tmux.sourceforge.net/), and [Tmuxinator](https://github.com/aziz/tmuxinator) to make for an extremely productive developer workflow. * [http://commandlinepoweruser.com](http://commandlinepoweruser.com/) - Wes Bos' videos introducing ZSH and oh-my-zsh. * [https://wiki.archlinux.org/index.php/zsh](https://wiki.archlinux.org/index.php/zsh) - Arch Linux's ZSH introduction. Not Arch or Linux-specific. * [Outrageously Useful Tips To Master Your Z Shell](http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/) covers some of the features that ZSH has that Bash doesn't, and using oh-my-zsh.