Install on Arch Linux

If you are running an Arch-based distribution, you can install and update TBlock right from the AUR.

With an AUR helper

You can use your favourite AUR helper to install TBlock on your machine. For instance, with yay:

yay -S tblock

Using chaotic-aur

If you use the third-party chaotic-aur repository, you should be able to install TBlock like all your other packages:

sudo pacman -S tblock

Package it manually

If you don't want to use an AUR helper, you can also package TBlock manually, by following the steps written here. First, clone the git repository:

git clone https://aur.archlinux.org/tblock.git

Enter the directory, build the package and install it:

cd tblock && makepkg -si