Imran Shaikhdevimran.hashnode.dev·Oct 29, 2024How to setup ohmyzsh with autocomplete and autosuggestion.Hey there! 👋 I’m Imran Shaikh, a Full Stack Developer at Automatio.ai. Today, I’ll show you how to set up Oh My Zsh with autocomplete and autosuggestion to supercharge your terminal ⚡️. What is zsh and ohmyzsh ? Zsh is a powerful, customizable Unix ...Discuss·32 readsLinux
Abhishek kushwahaforKeploy Community Blogkeploy.hashnode.dev·Oct 28, 2024Top Alternatives to the Zsh ls CommandThe Zsh shell is a powerful and versatile command-line interface that enhances user productivity with its advanced features and customization options. Among the essential commands in any shell environment is the 'ls' command, which lists directory co...Discusszsh
Febin Joyartofcoding.dev·Oct 27, 2024Setting up a Linux terminal for productivityIntroduction Recently, I have installed my computer with Arch Linux. The decision to move to vanilla Arch from EndeavourOS (another Arch-based distro) was quite an organic one. I just thought of starting with a clean slate without any preinstalled ap...Discuss·69 reads#LinuxTerminal
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
Brandon C Robertsbrandoncroberts.hashnode.dev·Sep 19, 2024Using `.zshrc` file and Homebrew as a Node.js Version Manager and alternative to nvmOverview Instead of using nvm (Node Version Manager), you can manage multiple Node.js versions using Homebrew and your .zshrc file. This approach involves installing different Node.js versions via Homebrew and updating your PATH environment variable ...DiscussNode.js
Kevin Gathukukevgathuku.dev·Sep 17, 2024Building our own zsh_stats command line appIn the previous post we saw how zsh has a nice inbuilt function zsh_stats to get a summarized list of the most commonly used terminal commands. This got me wondering, can we replicate this result ourselves? 🤔 Let’s find out. Language of Choice We wi...Discuss·46 readszsh
Gokay BURUCgbtech.hashnode.dev·Aug 24, 2024ZSH Config Ideas for GeeksIntroduction ZSH shell users often aim to personalize their systems with short edits on the .zshrc file, to provide faster access and to do multiple tasks with a single and short command. Below I am sharing a few ideas from my own .zshrc configuratio...DiscussBash
Kevin Gathukukevgathuku.dev·Aug 19, 2024TIL: Getting Your Most Commonly Used Terminal CommandsToday I learned that my favorite terminal zsh combined with oh-my-zsh includes an inbuilt command that I can use to check my most used terminal commands. To access it you just need to run zsh_stats and it will produce a ranked list of the top 20 comm...Discusszsh
Alvin Crespoalvincrespo.hashnode.dev·Aug 12, 2024[Tips] Docker aliases with zsh using OhmyzshI use ohmyzsh as my preferred shell setup. I also use Docker. Recently, I've been focused on automating the setup and teardown of my applications. This is where ohmyzsh's excellent support for docker comes in, as it has many aliases that help with sh...Discussohmyzsh