Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
02eeb425ee
commit
321667c120
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ if [ -d /Applications ] && [ -d /System ]; then
|
|||
plutil -replace Window\ Settings.Betelgeuse -xml "$theme" ~/Library/Preferences/com.apple.Terminal.plist
|
||||
defaults write com.apple.Terminal "Default Window Settings" -string "Betelgeuse"
|
||||
defaults write com.apple.Terminal "Startup Window Settings" -string "Betelgeuse"
|
||||
|
||||
# Desktop background
|
||||
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"
|
||||
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "$HOME/.local/theme/background.jpg"'
|
||||
fi
|
||||
|
||||
# Firefox theme
|
||||
|
|
Loading…
Reference in a new issue