diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:37:00 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:37:00 -0500 |
commit | d97f4feb2c17835d31a4dff5f1109d50c4111943 (patch) | |
tree | 72561cd6a36185c7a375f9e4fc54a7ce4f84fa9e /install.org | |
parent | 984502de0ff248778bb2054ba40797f0ad5d68b0 (diff) |
fix wallpaper path
Diffstat (limited to 'install.org')
-rw-r--r-- | install.org | 2 |
1 files changed, 1 insertions, 1 deletions
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. |