Best of BashJanuary 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    Terminal Setup - Make your Mac terminal awesome

    I recently installed my new MacBook and set up my terminal. Here I'll show you how to do the same for your MacBook. Easy to configure and modify. Optimized to work as a developer. You will notice the toolbar at the top (Cpu, Ram, Network) to always have an overview of the hardware consumption.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Setting up a terminal you will love to use

    The terminal is easily the most powerful tool at your disposal in your desktop environment. So learning to use the terminal and setting it up to fit your workflow will give you a huge productivity boost. In this post, I'll walk you through how I set up my Linux terminal workflow with very little effort. When we're finished, you will have a cool looking, productivity improving terminal.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Customizing your ZSH terminal in less than 5minutes

    Oh-my-zsh is an open-source framework that will help you managing your zsh configuration. It allows you to use built-in helpers, themes, plugins... and much more. At the end of this tutorial, you will be able to configure it according to your own needs.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    shell scripting, bash

    The shell is a command interpreter, it takes each command and passes it to the operating system kernel to be acted upon. The most commonly available shells are: Bourne shell (sh), C shell (csh), Korn shell (ksh), TC Shell (tcsh) and Bourne Again Shell (bash)