Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rothgar/mastering-zsh

Advanced topics to take advantage of zsh 👩‍💻👨‍💻
https://github.com/rothgar/mastering-zsh

shell workshop zsh

Last synced: 2 months ago
JSON representation

Advanced topics to take advantage of zsh 👩‍💻👨‍💻

Lists

README

        

![](/img/banner.png)

If you're already using zsh or want to start this tutorial will help you understand how zsh works and how you can customize it to your needs.

We won't go into every feature of zsh (read the man pages for that).
Did you know zsh has a built in ftp client and calendar?
Instead we will focus on functions of zsh that improve your productivity and help you get more out of your shell.

We also will not be using any frameworks to customize the shell.
You're free to use [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), [prezto](https://github.com/sorin-ionescu/prezto), or many other options. They help you get started fast but they don't help you understand zsh and some of its more advanced features.

We will assume you are already familiar with basic command line usage.
How to run a command, how to set a variable, what command history is, etc.

This documentation will build on the basics to show you advanced usage, customizations, and practical examples to make you better.

## Table of Contents

* Configuration
* [general](docs/config/general.md)
* [history](docs/config/history.md)
* [prompt](docs/config/prompt.md)
* [hooks](docs/config/hooks.md)
* Helpers
* [aliases](docs/helpers/aliases.md)
* [variables](docs/helpers/variables.md)
* [functions](docs/helpers/functions.md)
* [widgets](docs/helpers/widgets.md)
* [completions](docs/helpers/completions.md)
* Usage
* [line movement](docs/usage/line_movement.md)
* [navigation](docs/usage/navigation.md)
* [file management](docs/usage/file_management.md)
* Misc
* [reference](docs/misc/reference.md)