Skip to content

Command Palette

Search for a command to run...

6 min read
Enhance Your macOS Terminal with Oh My Zsh, Autosuggestions, and Powerlevel10k

Enhance Your macOS Terminal with Oh My Zsh, Autosuggestions, and Powerlevel10k

macOSTerminalProductivity

Your default macOS terminal is functional but uninspiring — this guide transforms it into a productivity powerhouse. Start with Oh My Zsh, a framework that adds plugin management, themes, and hundreds of aliases to your zsh shell. Add zsh-autosuggestions to get fish-like command recall — it suggests previous commands as you type, accepted with a right arrow.

Install zsh-syntax-highlighting to catch typos before hitting enter — valid commands show green, errors show red. Finally, apply the Powerlevel10k theme for an informative prompt showing git branch/status, Node version, execution time, and error codes at a glance. The setup takes 15 minutes and permanently improves your daily workflow.

Each tool solves a specific friction point: remembering commands, preventing typos, and maintaining context awareness. Once configured, you'll wonder how you ever worked without it.

Read full article on dev.to

How Git Works Internally: Objects, Branches & the .git Directory

GitDeveloper ToolsBehind the Scenes
Published on
Reading time
6 min read

Why Use NVM? Manage Node.js Versions Like a Pro

Node.jsNVM
Published on
Reading time
4 min read

How Docker Really Works: Images, Layers & Containers

DockerDevOpsContainers
Published on
Reading time
6 min read