Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Working with Linux ??? Quick Hacks for the Command Line

You're reading from   Working with Linux ??? Quick Hacks for the Command Line Command line power like you've never seen

Arrow left icon
Product type Paperback
Published in May 2017
Publisher Packt
ISBN-13 9781787129184
Length 222 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Bogdan Vaida Bogdan Vaida
Author Profile Icon Bogdan Vaida
Bogdan Vaida
Petru I»ôfan Petru I»ôfan
Author Profile Icon Petru I»ôfan
Petru I»ôfan
Arrow right icon
View More author details
Toc

Oh-my-zsh – your terminal never felt this good before!

Bash is probably the most commonly used shell. It has lots of features and powerful scripting capabilities, but when it comes to user interaction, zsh is better. Most of its power comes from the awesome framework oh-my-zsh. In this section, we will be installing zsh.

Let's get started with the oh-my-zsh framework and we will be looking at some basic configuration options:

  • Open the terminator and type sudo apt install zsh to install zsh, as shown in the following image:
    Oh-my-zsh – your terminal never felt this good before!

After installing it, go to this link, https://github.com/robbyrussell/oh-my-zsh, and follow the instructions for installing the oh-my-zsh framework. The installation process is a one-line command with curl or wget. Let's install it using both the command one by one:

Via curl:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Via wget:

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime