© 2023 Hashnode
#zsh
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…
The command-line has a prompt to alert you that the shell is ready for your input! Using the command-line is pretty easy. It is not something that is complex or out of the box for everyone. If you ope…
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…
Motivation I've recently started a new job, with Pop!_OS rather than Windows (yay!). After a year without using Linux day to day, I wanted to reinstall a bunch of things, one of them being zsh, my she…
Opa, blz ? Esse vai ser meu 1º post, então resolvi começar com algo simples e que me ajuda muito a agilizar alguns comandos do dia a dia Bom, se vc achou esse post, é pq procurou né ? então vou assumi…