Hyper.is — terminal for Linux — nice and elegant.

Adam Jurkiewicz Pythonista
3 min readApr 12, 2024

If you are looking for nice thing for replacing starndard terminal, this is worth looking and spend some time to install and configure. This is my way.

Screen with Trippy application

First, we have to download version according to our operating system, Hyper is working on:

  • Linux (.deb file for Debian based distros)
  • Linux (.rpm file for RedHat based distros)
  • Linux (.AppImage file for any distro)
  • macOS (.app file)
  • Windows (.exe file)

In my case I used .deb file, because I use Debian based distro (Kali Linux ).

After downloading, I install it by command in Terminal:

sudo dpkg -i hyper_3.4.1_amd64.deb

Then, I can run the app.

System menu on KDE

That is All for simply running, but I want you to try two modyfications:

  • First: run in hyper command:
hyper i hyperline
sudo apt install fonts-firacode

Remember to modify `.hyper.js` file and add to configuration information to use new Font:

module.exports = {
config: {
fontSize: 13,
fontFamily: '"Fira Code", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// rest of the config
}
// rest of the file
}

That is All — happy using new terminal ;-)

I hope, this article will be useful for you. If yes, clap me a hand on this:

--

--

Linux (Debian/Ubuntu) admin 😆, Python (OOP, fastAPI) programmer 🖥️ | Teacher, trainer 📚 ⚓