Last active
January 29, 2025 12:26
-
-
Save miguelmota/d8f38f4434f127d4fbd524c7d6e50c10 to your computer and use it in GitHub Desktop.
Linux Fedora install tty-clock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/xorg62/tty-clock | |
cd tty-clock | |
sudo dnf install ncurses ncurses-devel -y | |
make | |
chmod +x tty-clock | |
sudo mv tty-clock /usr/local/bin/tty-clock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment