dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
22.13k stars 1.66k forks source link

[Feature Request] Add install date #2188

Open mdebusk opened 2 years ago

mdebusk commented 2 years ago

I'd love to see a way to add the OS installation date to the output.

I currently use prin "Installed: $(stat -c %w / | cut -b 1-16)"

(Ubuntu 22.04.1, neofetch 7.1.0 from git)