Skip to content

Instantly share code, notes, and snippets.

View Visn0's full-sized avatar
🌍

Anton Chernysh Visn0

🌍
  • Spain
View GitHub Profile

Install ZSH on Linux and make it your default Shell

Bash (Bourne Again Shell) is the default command-line shell on many distributions. Zsh (Z Shell) is a powerful shell that operates as both an interactive shell and as a scripting language interpreter.

πŸš€ Installation

1. Install the zsh package:

  • Ubuntu/Mint:

sudo apt install zsh
  • Fedora: