From d97f4feb2c17835d31a4dff5f1109d50c4111943 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 9 Aug 2024 20:37:00 -0500 Subject: fix wallpaper path --- install.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.org') diff --git a/install.org b/install.org index 82fe68a..9a9c0aa 100644 --- a/install.org +++ b/install.org @@ -56,7 +56,7 @@ Extract each configuration file from its literate =.org= file into its correct l Install the [[./wallpaper.png][wallpaper]] file. #+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes echo Installing wallpaper... - cp wallpaper.png ~/.wallpaper + cp .wallpaper ~/.wallpaper #+end_src Install any missing fonts by extracting the corresponding =tar.gz= archive. -- cgit v1.2.3