Skip to content

Instantly share code, notes, and snippets.

@geedmo
Forked from miguelmota/install_tty_clock.sh
Created May 29, 2025 12:15
Show Gist options
  • Select an option

  • Save geedmo/d7971c7905025b758532a1bdcfe62635 to your computer and use it in GitHub Desktop.

Select an option

Save geedmo/d7971c7905025b758532a1bdcfe62635 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