Install on macOS
TBlock can be used and installed on macOS.
TBlock can be used and installed on macOS.
If you are using macOS, you can install TBlock with the homebrew package manager. After installing brew on your machine, simply enable TBlock's third-party repository (aka tap):
brew tap tblock/tap https://codeberg.org/tblock/homebrew-tap
Then, install TBlock:
brew install tblock
After installing, you will probably face the following issue:
$ sudo tblock -Y
sudo: tblock: command not found
You just need to run the following command to fix the issue:
echo 'alias sudo="PATH=$PATH:$(brew --prefix)/bin:$(brew --prefix)/sbin sudo"' >> ~/.bashrc