Fixed wallpaper download
This commit is contained in:
parent
b68cef7dcd
commit
1135aa545d
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
chsh /bin/bash
|
chsh -s /bin/bash
|
||||||
|
|
||||||
cp bashrc ~/.bashrc
|
cp bashrc ~/.bashrc
|
||||||
|
|
||||||
@ -8,4 +8,4 @@ mkdir -p ~/.config/nvim
|
|||||||
cp init.lua ~/.config/nvim/
|
cp init.lua ~/.config/nvim/
|
||||||
|
|
||||||
mkdir -p ~/Pictures/Wallpapers
|
mkdir -p ~/Pictures/Wallpapers
|
||||||
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png ~/Pictures/Wallpapers/
|
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png -P ~/Pictures/Wallpapers
|
||||||
|
Loading…
Reference in New Issue
Block a user