Ankur Saxenaankur-blogs.hashnode.dev·Oct 5, 2024How to Install ZSH and Oh-My-Zsh in Linux UbuntuWhat is Zsh Shell Zsh (short for "Z Shell") is a Unix shell or command-line interpreter that is an alternative to the traditional Bourne shell (sh) and the more common Bash shell. It was developed as an extended version of the Bourne shell with addit...Discussz-shell
Nik Hamidihamididev.hashnode.dev·Sep 23, 2024WSL Setup ( Ubuntu + ZSH + Pyenv)Introduction In this article, we’ll walk you through setting up WSL (Windows Subsystem for Linux) with Ubuntu, ZSH, and Pyenv. Whether you’re a software developer, data scientist, or just someone who prefers working in a Linux environment but needs t...Discuss·43 readsWSL
Cristóbal Rojascrowrojas.hashnode.dev·Jul 17, 2024Guía para configurar oh-my-zsh en Ubuntu🔥 ¿Quieres que tu consola se vea así? Pues estás en el lugar correcto 💖 Seguiremos una serie de pasos para tener una consola más funcional y bonita a la hora de programar. Instalando oh-my-zsh La consola por defecto de Ubuntu es bash, pero exist...DiscussUbuntu
Steven Burrowsthekiltedcoder.hashnode.dev·Apr 23, 2024Setting up my Mac TerminalIn this blog, I am not going to go into which terminal is best instead, I am just going to use the default built-in terminal, not that it will matter much for this setup. While this blog is focused on the Mac terminal I also use the same plugins and ...Discussmacbook
Aditya Samantblog.adityasamant.dev·Mar 19, 2024MacOS: Revamp your Zsh terminalAs software professionals, we love to make things look cool, don't we? Imagine you are presenting a demo to a large audience and all they are seeing is a black and white terminal. Well, that would be hard to follow and many would lose interest. Inste...Discuss·1 like·178 readszsh
Fahad Siddiquifsdqui.dev·Mar 8, 2024Before You Blame Your Terminal SpeedI was, in the past few weeks, trying to find what was slowing down my terminal. I use iTerm2 on my MacBook Pro 14" with an M2 Pro chip. I tried many things like uninstalling oh-my-zsh, looking deeply into the my own dot-files, checking .zshrc and eve...Discuss·2 likes·62 readszsh
Siddu Hussainisidduhussain.hashnode.dev·Mar 2, 2024Saying Bye to Oh My Zsh!: Removing Your Customized ShellHave you ever felt like your fancy terminal setup with Oh My Zsh! is too much? Maybe you want something more straightforward. Whatever your reason, let's make removing Oh My Zsh! easy. Saying Bye to Oh My Zsh! First, we need to delete the Oh My Zsh f...DiscussCommand Lineoh-my-zsh
Danny Crastoblog.danwald.me·Feb 18, 2024Record your workI saw the pertinent video by Chris Albon on Don't do invisible work at '22's normconf. He evangelizes broadcasting your work to know what value one provides which helps with career progression. Given we are forgetful animals, we need to physically lo...DiscussCareer
Nipuna Upekshanipunaupeksha.hashnode.dev·Feb 2, 2024Better MacOS Terminal for Programmers👋 Introduction Terminal application is one of the most important, if not, the most important application in MacOS. Although MacOS has several built-in shells, most of the time users use either zsh or bash shells. To check which terminal you are usin...Discuss·1 likemacOS
Aniket Patidaraniketpatidar.hashnode.dev·Jan 6, 2024Tools every developers must know in 2024If you don't know these tools as a developer, then you're living in the stone age... 1. Git and Github Git and GitHub are two of the most important tools every developer should know. They help you handle version control for your websites and appl...Discuss·106 readsGitHub