© 2023 Hashnode
#zsh
This is the second article in my series "WP Diaries: My Journey with rtCamp in WordPress Development". This article will cover everything there was in the second section of rtCamp which describes ever…
Most Unix-based distros come with their flavor of the terminal emulator app, i.e. Terminal in macOS, gnome-terminal in Ubuntu, Terminator in Manjaro, and so on. I've been using Alacritty for a while n…
Setting up a modern terminal workflow can be daunting, but quite rewarding and helpful once you get the hang of it! In this series, Terminal setup for the impatient, I'll share the steps I usually fol…
When developing applications we are always using the terminal, so why not make it look half-decent by using themes and plugins to improve our workflow? We will be using WSL2 (Windows Subsystem for Linux) to make our terminal look and feel a…
Setup your fancy terminal Using your shell with Oh My Zsh and Starship on macOS Some use fish shell as it is an interactive, user-friendly, and modern shell. But it does not have POSIX sh compatibilit…
sudo update-alternatives --install [target_path] [alternative_name] [source_path] [priority] alternative_name -> name for managing alternative target_path -> usuall /usr/bin/{alternative_name} (if you want to use same command as alternat…
Hello, developers! Want a really cool and useful terminal? Yeah? So let's go make oneeee 🏃♀️🏃♂️ Wait wait, I haven't introduced myself yet! Hello again developers, I'm Torham, a back-end developer…
I just had a clean reinstall of the latest ubuntu 22.04 LTS. This meant I had to setup my coding environment again from the scratch. Basic Setup First run sudo apt update && sudo apt upgrade to inst…
A shell is a program that takes commands from the keyboard and gives them to the operating system to perform. In the early days of computing, before the mouse and graphical user interfaces, the shell was the primary way that users interacte…
Shell Type - I am currently using zsh shell on my system, which comes by default on macOS Catalina. I have been using ohmyz.sh to manage my zsh configuration and I highly recommend the same setup. The number of plugins that come with it ma…