From 7d15e4683cc169633557cbf4381e1afa61d2a117 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 22:47:54 +0200 Subject: [PATCH] Add Shells category and entries --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index cf8b379..570d679 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Spotlight](#spotlight) - [Terminal](#terminal) - [Alternative Terminals](#alternative-terminals) + - [Shells](#shells) - [Terminal Fonts](#terminal-fonts) @@ -1034,6 +1035,25 @@ tput bel - [iTerm 2](https://iterm2.com) - A better Terminal.app. - [TotalTerminal](http://totalterminal.binaryage.com) - A system-wide terminal available on a hot-key. +### Shells + +#### fish +```bash +brew install fish +``` + +- [Homepage](http://fishshell.com) - A smart and user-friendly command line +shell for OS X, Linux, and the rest of the family. +- [The Fishshell Framework](https://github.com/oh-my-fish/oh-my-fish) - Provides core infrastructure to allow you to install packages which extend or modify the look of your shell. + +#### Zsh +```bash +brew install zsh +``` + +- [Homepage](http://www.zsh.org) - Zsh is a shell designed for interactive use, although it is also a powerful scripting language. +- [Oh My Zsh](http://ohmyz.sh) - An open source, community-driven framework for managing your ZSH configuration. + ### Terminal Fonts - [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro) - A family of four fixed-width fonts designed with coding in mind.