update wallpaper
This commit is contained in:
parent
6890083e7e
commit
1116e6b76e
5 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,7 @@ This page is the home of my dotfiles. They are written using literate programmin
|
|||
- [[./gitconfig.org][.gitconfig]]
|
||||
- [[./profile.org][.profile]]
|
||||
- [[./zshrc.org][.zshrc]]
|
||||
- [[./wallpaper.jpg][.wallpaper]]
|
||||
- [[./wallpaper.png][.wallpaper]]
|
||||
|
||||
* Install Script
|
||||
It can be run as =./install=, so make it explicit what binary to run it with (POSIX shell).
|
||||
|
@ -67,10 +67,10 @@ Extract each configuration file from its literate =.org= file into its correct l
|
|||
done
|
||||
#+end_src
|
||||
|
||||
Install the [[./wallpaper][wallpaper]] file.
|
||||
Install the [[./wallpaper.png][wallpaper]] file.
|
||||
#+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes
|
||||
echo Installing wallpaper...
|
||||
cp wallpaper ~/.wallpaper
|
||||
cp wallpaper.png ~/.wallpaper
|
||||
#+end_src
|
||||
|
||||
Install any missing fonts by extracting the corresponding =tar.gz= archive.
|
||||
|
|
2
install
2
install
|
@ -30,7 +30,7 @@ find -- * -type f -name "*.org" | while read -r file; do
|
|||
done
|
||||
|
||||
echo Installing wallpaper...
|
||||
cp wallpaper ~/.wallpaper
|
||||
cp wallpaper.png ~/.wallpaper
|
||||
|
||||
fonts_changed=false
|
||||
if ! test -d ~/.local/share/fonts/ComputerModern; then
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
wallpaper.jpg
|
BIN
wallpaper.jpg
BIN
wallpaper.jpg
Binary file not shown.
Before Width: | Height: | Size: 4.6 MiB |
BIN
wallpaper.png
Normal file
BIN
wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 MiB |
Loading…
Add table
Reference in a new issue