fix wallpaper path
This commit is contained in:
parent
984502de0f
commit
d97f4feb2c
2 changed files with 2 additions and 2 deletions
2
install
2
install
|
@ -31,7 +31,7 @@ find -- . -type f -name "*.org" | while read -r file; do
|
||||||
done
|
done
|
||||||
|
|
||||||
echo Installing wallpaper...
|
echo Installing wallpaper...
|
||||||
cp wallpaper.png ~/.wallpaper
|
cp .wallpaper ~/.wallpaper
|
||||||
|
|
||||||
fonts_changed=false
|
fonts_changed=false
|
||||||
if ! test -d ~/.local/share/fonts/ComputerModern; then
|
if ! test -d ~/.local/share/fonts/ComputerModern; then
|
||||||
|
|
|
@ -56,7 +56,7 @@ Extract each configuration file from its literate =.org= file into its correct l
|
||||||
Install the [[./wallpaper.png][wallpaper]] file.
|
Install the [[./wallpaper.png][wallpaper]] file.
|
||||||
#+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes
|
#+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes
|
||||||
echo Installing wallpaper...
|
echo Installing wallpaper...
|
||||||
cp wallpaper.png ~/.wallpaper
|
cp .wallpaper ~/.wallpaper
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Install any missing fonts by extracting the corresponding =tar.gz= archive.
|
Install any missing fonts by extracting the corresponding =tar.gz= archive.
|
||||||
|
|
Loading…
Add table
Reference in a new issue