All Projects → rothgar → mastering-zsh

rothgar / mastering-zsh

Licence: other
Advanced topics to take advantage of zsh 👩‍💻👨‍💻

Projects that are alternatives of or similar to mastering-zsh

react-portfolio
⚛️ A workshop for ReactJS.
Stars: ✭ 36 (-96.15%)
Mutual labels:  workshop
workshop-php
Workshop inicialmente criado pela comunidade PHPWomenRJ
Stars: ✭ 28 (-97%)
Mutual labels:  workshop
cfn101-workshop
AWS CloudFormation Workshop
Stars: ✭ 114 (-87.79%)
Mutual labels:  workshop
clojure-workshop
Basic Clojure training material for a one day workshop
Stars: ✭ 28 (-97%)
Mutual labels:  workshop
introduction-to-neural-networks
No description or website provided.
Stars: ✭ 23 (-97.54%)
Mutual labels:  workshop
gtcdk8s
Courseware for a Docker + Kubernetes workshop
Stars: ✭ 15 (-98.39%)
Mutual labels:  workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (-96.47%)
Mutual labels:  workshop
scala-3-crash-course
Scala 3 workshop presenting the top new features of the language.
Stars: ✭ 34 (-96.36%)
Mutual labels:  workshop
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (-97.64%)
Mutual labels:  workshop
guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (-97.54%)
Mutual labels:  workshop
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-97.32%)
Mutual labels:  workshop
tensorflow-k8s-azure
Train TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Stars: ✭ 44 (-95.29%)
Mutual labels:  workshop
terraform-onboarding
A Terraform workshop for junior IT infrastructure engineer & DevOps engineer & SRE.
Stars: ✭ 26 (-97.22%)
Mutual labels:  workshop
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (-96.47%)
Mutual labels:  workshop
Materiales
📚 Materiales de todas nuestras actividades
Stars: ✭ 37 (-96.04%)
Mutual labels:  workshop
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-97.97%)
Mutual labels:  workshop
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (-92.29%)
Mutual labels:  workshop
gitops-helm-workshop
Progressive Delivery for Kubernetes with Flux, Helm, Linkerd and Flagger
Stars: ✭ 59 (-93.68%)
Mutual labels:  workshop
ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
Stars: ✭ 20 (-97.86%)
Mutual labels:  workshop
gocodelabru
Coding simple database for geospatial data using Go programming language workshop in Russian language
Stars: ✭ 64 (-93.15%)
Mutual labels:  workshop

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, 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].