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: 4 days ago
JSON representation
Advanced topics to take advantage of zsh 👩💻👨💻
- Host: GitHub
- URL: https://github.com/rothgar/mastering-zsh
- Owner: rothgar
- Created: 2019-05-31T01:01:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T03:19:58.000Z (over 3 years ago)
- Last Synced: 2024-11-30T21:34:57.300Z (11 days ago)
- Topics: shell, workshop, zsh
- Homepage:
- Size: 2.86 MB
- Stars: 1,370
- Watchers: 28
- Forks: 81
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - rothgar/mastering-zsh - Advanced topics to take advantage of zsh 👩💻👨💻 (Others)
- jimsghstars - rothgar/mastering-zsh - Advanced topics to take advantage of zsh 👩💻👨💻 (Others)
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)