aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-03-07 20:59:53 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-07 21:00:09 +0100
commit2fc4260287471e5fb985411ea3f60d6eb0a854dc (patch)
tree13c0113b6eafde7e8f7f9c1d6c41e08812b4150c /nvim
parent6d95f092e30737d49b650891e93de518498523a3 (diff)
downloaddotfiles-2fc4260287471e5fb985411ea3f60d6eb0a854dc.tar.gz
dotfiles-2fc4260287471e5fb985411ea3f60d6eb0a854dc.zip
waybar modification
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/plugins/dashboard-nvim.lua43
1 files changed, 43 insertions, 0 deletions
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",
}
}