Update dotfiles/.local/macos.sh
This commit is contained in:
parent
a21a8bc161
commit
d030b4e02d
1 changed files with 5 additions and 3 deletions
|
@ -116,9 +116,11 @@ defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
|
||||||
|
|
||||||
# Set a custom wallpaper image. `DefaultDesktop.jpg` is already a symlink, and
|
# Set a custom wallpaper image. `DefaultDesktop.jpg` is already a symlink, and
|
||||||
# all wallpapers are in `/Library/Desktop Pictures/`. The default is `Wave.jpg`.
|
# all wallpapers are in `/Library/Desktop Pictures/`. The default is `Wave.jpg`.
|
||||||
#rm -rf ~/Library/Application Support/Dock/desktoppicture.db
|
rm -rf ~/Library/Application Support/Dock/desktoppicture.db
|
||||||
#sudo rm -rf /System/Library/CoreServices/DefaultDesktop.jpg
|
sudo rm -rf /System/Library/CoreServices/DefaultDesktop.jpg
|
||||||
#sudo ln -s /path/to/your/image /System/Library/CoreServices/DefaultDesktop.jpg
|
mkdir -p /usr/share/backgrounds
|
||||||
|
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/images/2560x1440.jpg > /usr/share/backgrounds/betelgeuse.jpg
|
||||||
|
sudo ln -s /usr/share/backgrounds/betelgeuse.jpg /System/Library/CoreServices/DefaultDesktop.jpg
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #
|
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #
|
||||||
|
|
Loading…
Reference in a new issue