Powering Up Your Mac Terminal with Oh-My-Zsh

Опубликовано: 29 Сентябрь 2024
на канале: Emmanuel Okwara
7,909
106

In this tutorial I show you how I customize my Mac terminal using oh-my-zsh.
We start with the installation, then I go ahead to show you how to customize the theme.
Next we move on to plugins, explaining how we can install autocomplete and autohighlight plugins.

Resources:
Website: https://ohmyz.sh
Themes: https://github.com/ohmyzsh/ohmyzsh/wi...

1. Install Oh-my-zsh: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohm...)"
2. Install AutoSuggestion: git clone https://github.com/zsh-users/zsh-auto... $ZSH_CUSTOM/plugins/zsh-autosuggestions
3. Install syntax highlighting: git clone https://github.com/zsh-users/zsh-synt... $ZSH_CUSTOM/plugins/zsh-syntax-highlighting


Say Hi on Social Media:
LinkedIn:   / ​​  
Instagram: https://instagram.com/its_macco?utm_m...
Twitter:   / its_macco  

Introduction 00:00
Install oh-my-zsh 00:42
Choose a Theme 02:08
Git Plugin 04:40
Install Auto Suggestion 07:08
Install Syntax Highlighting 08:44