DEV Community

Cover image for Terminal Setup - Make your Mac terminal awesome

Terminal Setup - Make your Mac terminal awesome

Anthony Lagrede on January 07, 2022

I recently installed my new MacBook and set up my terminal. Here I'll show you how to do the same for your MacBook. The final result T...
Collapse
 
zwacky profile image
Simon Wicki

First time I saw the toolbar feature in a CLI, sweet. Time to toy around with that one.

I can recommend these two tools to improve the Git experience on the CLI:

Collapse
 
thomasbredi profile image
Thomas Bredillet

For install this two plugins :

git clone github.com/zsh-users/zsh-autosugge... ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone github.com/zsh-users/zsh-syntax-hi... ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting

Collapse
 
sansk profile image
Sangy K

Is there something like this for windows terminal/powershell?

Collapse
 
zeeshan profile image
Mohammed Zeeshan

ohmyposh. scott hanselman has some oretty good articles and videos on setting this up

Collapse
 
sansk profile image
Sangy K

Thanks. I will check it out

Collapse
 
alagrede profile image
Anthony Lagrede • Edited

Hi Sangy,
Yes, there is also ohmyposh. Take a look here for Windows 😊:
dev.to/alagrede/terminal-setup-mak...

Collapse
 
sansk profile image
Sangy K

Thanks. I will check it out

Collapse
 
gnsp profile image
Ganesh Prasad

I have been using the same setup for last 5 years now. I use the font firacode though.

Collapse
 
chideraike profile image
Chidera

Thanks for this, I found it helpful

Collapse
 
devphu profile image
PhanPhú

it has work with mac chip m1?

Collapse
 
alagrede profile image
Anthony Lagrede

Hi @devphu, yes of course.

Collapse
 
rannn505 profile image
Ran Cohen

Check out my post for more awesome features 🦄