From 2fc4260287471e5fb985411ea3f60d6eb0a854dc Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Fri, 7 Mar 2025 20:59:53 +0100 Subject: waybar modification --- nvim/lua/plugins/dashboard-nvim.lua | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'nvim') diff --git a/nvim/lua/plugins/dashboard-nvim.lua b/nvim/lua/plugins/dashboard-nvim.lua index 481f0e7..0e60c7e 100644 --- a/nvim/lua/plugins/dashboard-nvim.lua +++ b/nvim/lua/plugins/dashboard-nvim.lua @@ -157,6 +157,49 @@ Quotes = { "", "An idiot admires complexity, a genius admires simplicity.", "~ Terry Davis", + }, + { + "", + "It's hardware that makes a machine fast. It's software that makes a fast machine slow.", + "~ Craig Reucassel", + }, + { + "", + "Computer science is no more about computers than astronomy is about telescopes.", + "~ Edsger Dijkstra", + }, + { + "", + "An algorithm must be seen to be believed.", + "~ Donald Knuth", + }, + { + "", + "In theory there is no difference between theory and practice.", + "In practice there is.", + "~ Yogi Berra", + }, + { + "", + "If Java had true garbage collection, most programs would delete themselves upon execution.", + "~ Robert Sewell", + }, + { + "", + "If debugging is the process of removing software bugs,", + "then programming must be the process of putting them in.", + "~ Edsger Dijkstra", + }, + { + "", + "Most of you are familiar with the virtues of a programmer.", + "There are three, of course: laziness, impatience, and hubris.", + "~ Larry Wall", + }, + { + "", + "The question of whether computers can think is like the question of whether submarines can swim.", + "~ Edsger Dijkstra", } } -- cgit v1.2.3