1
0
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:
Joe Groocock 2016-05-10 17:05:30 +01:00
parent f4787fea5e
commit c0d08c557f
2 changed files with 4 additions and 1 deletions

2
.fehbg
View File

@ -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'

View File

@ -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