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 | 2 +- install.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index bbacfbb..09b2efd 100644 --- a/install +++ b/install @@ -31,7 +31,7 @@ find -- . -type f -name "*.org" | while read -r file; do done echo Installing wallpaper... -cp wallpaper.png ~/.wallpaper +cp .wallpaper ~/.wallpaper fonts_changed=false if ! test -d ~/.local/share/fonts/ComputerModern; then 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