๐ 2024 couldn't have ended much better !! ๐
After countless configurations to optimize my bash terminal in Linux Ubuntu 24.04, Ghostty has entered the scene. Ghostty is a new open-source terminal emulator developed by Mitchell Hashimoto, co-founder of HashiCorp.
Why Try Ghostty?
Speed ๐: Quick startup and execution.
Features ๐ ๏ธ: Multiple windows, tabs, split panes, and GPU-accelerated rendering.
Integration ๐: Native GTK4/libadwaita GUI for a seamless Ubuntu experience.
Customization ๐จ: Over 100 built-in themes to suit your preferences.
As of now, there are official packages for Arch Linux and a Nix flake for container-based setups, but Ubuntu users will need to compile the terminal from source.
How to Install on Ubuntu:
Download Ghostty ๐ฅ: Get the latest release from the official website
Extract the Archive ๐:
tar -xzf ghostty-linux.tar.gz
Navigate to the Directory ๐:
cd ghostty-linux
Install Dependencies ๐ง:
sudo apt install libgtk-4-dev libadwaita-1-dev
Install Zig Compiler ๐ ๏ธ:
sudo snap install --beta zig --classic
Build and Install Ghostty ๐๏ธ:
zig build -p $HOME/.local -Doptimize=ReleaseFast
Launch Ghostty ๐: Open it from your applications menu or by typing
ghostty
in the terminal.
For detailed instructions and additional configuration options, visit the official Ghostty documentation. Give Ghostty a try and see how it can improve your workflow!
Top comments (0)