Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active December 5, 2023 20:30
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/d8f38f4434f127d4fbd524c7d6e50c10 to your computer and use it in GitHub Desktop.
Save miguelmota/d8f38f4434f127d4fbd524c7d6e50c10 to your computer and use it in GitHub Desktop.
Linux Fedora install tty-clock
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