Skip to content

Commit

Permalink
fix Sierra wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 7abbfd3 commit 2ca3a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* make gitshots optional (and only install `imagesnap` and `imagemagick` if this is on)
* fix passwordless sudo for Sierra (optional)
* prompt to overwrite /etc/hosts with someonewhocares.org hosts file (saved in ./configs/hosts in this project)
* fix default wallpaper in Sierra (Sierra 2)

## v4.3.0
* vim installation fix
Expand Down
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if [[ $? = 0 ]]; then
sed -i '' "s/GITHUBFULLNAME/$firstname $lastname/" ./homedir/.gitconfig;
sed -i '' 's/GITHUBEMAIL/'$email'/' ./homedir/.gitconfig;
sed -i '' 's/GITHUBUSER/'$githubuser'/' ./homedir/.gitconfig;
ok
else
echo
bot "looks like you are already using gnu-sed. woot!"
Expand All @@ -129,8 +130,10 @@ if [[ "$MD5_NEWWP" != "$MD5_OLDWP" ]]; then
sudo rm -f /System/Library/CoreServices/DefaultDesktop.jpg > /dev/null 2>&1
sudo rm -f /Library/Desktop\ Pictures/El\ Capitan.jpg > /dev/null 2>&1
sudo rm -f /Library/Desktop\ Pictures/Sierra.jpg > /dev/null 2>&1
sudo rm -f /Library/Desktop\ Pictures/Sierra\ 2.jpg > /dev/null 2>&1
sudo cp ./img/wallpaper.jpg /System/Library/CoreServices/DefaultDesktop.jpg;
sudo cp ./img/wallpaper.jpg /Library/Desktop\ Pictures/Sierra.jpg;
sudo cp ./img/wallpaper.jpg /Library/Desktop\ Pictures/Sierra\ 2.jpg;
sudo cp ./img/wallpaper.jpg /Library/Desktop\ Pictures/El\ Capitan.jpg;ok
fi
fi
Expand Down

0 comments on commit 2ca3a8c

Please sign in to comment.