fix wallpaper path

This commit is contained in:
Jacob Janzen 2024-08-09 20:37:00 -05:00
parent 984502de0f
commit d97f4feb2c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.