Summary
This article walks through every step to start coding in zsh
from scratch using a Macbook. It also includes instructions to install new zsh
theme and useful plugins. Additionally, it also shows how to install miniconda
.
Target Audience
For Mac users who haven’t written code in shell. Or perhaps you have never used a macbook before and could not find the penguin icon in Ubuntu machines.
Please use this friendly link if you are blocked by a paywall.
Outline
- Open terminal
- Change default shell to
zsh
(Z shell) - Install
Oh My Zsh
- Configure
zsh
theme - Install
zsh-autosuggestions
andzsh-syntax-highlighting
plugins - (bonus) Install anaconda
- (bonus) Install Homebrew and
neofetch
The hardest part of coding is getting started. When I first started, I felt I was hacking my own computer. I did not feel confident at all. I hope this article can at least help one reader gain confidence in taking the first step to writing code in shell.
- Open terminal