aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install2
-rw-r--r--install.org2
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.