Top 10 things to make your linux terminal more productive

Sarvsav Sharma
9 min readMar 2, 2023

10 Tools to make terminal more productive

With the mindset of writing software, that integrates easily with others, we (software guys) have to spend more time on using terminal. Here are the top 10 things that you can add to your Linux terminal to make it more productive and fancy.

At the end of post, find link to github repo that contains shell functions to install these tools in a easy way.

1. Install the Zsh

The zsh shell is an alternative to bash shell and comes with lot of themes, and plugins). Installation of zsh is very easy and straight. With the package manager, you can install it by running below command:

$ sudo apt install zsh

Once installed, it’s recommended to set it as your default shell.

2. Install oh-my-zsh

oh-my-zsh is zsh framework, and it makes the shell more powerful. With oh-my-zsh, you can easily manage your shell configuration. To install oh-my-zsh, use below command:

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

More details can be found here.

--

--

Sarvsav Sharma

Mostly writes about Go, GitHub, and DevSecOps. Interested in distributed systems. GitHub:sarvsav Maintainer:go-feature-flag/gofeatureflag-lint-action