mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Fetch wallpaper image on setup
This commit is contained in:
parent
f4787fea5e
commit
c0d08c557f
2
.fehbg
2
.fehbg
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --no-xinerama --bg-fill '/home/frebib/Pictures/Wallpapers/lakeside-sunrisejpg'
|
||||
feh --no-xinerama --bg-fill '/home/frebib/pictures/lakesidesunrise.jpg'
|
||||
|
@ -1,6 +1,9 @@
|
||||
./install-pacaur.sh
|
||||
|
||||
pacaur -S ../packages
|
||||
xdg-user-dirs-update
|
||||
|
||||
curl https://d13yacurqjgara.cloudfront.net/users/13449/screenshots/1816328/attachments/332811/Lakeside_Sunrise_3840x2160.jpg > ~/pictures/lakesidesunrise.jpg
|
||||
|
||||
sudo ln -s /usr/bin/vim /usr/bin/vi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user