From a86e955c0f93aa43cfcc45974391eec40dafc931 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 1 Nov 2022 09:14:02 +0000 Subject: [PATCH] Update dotfiles/.local/bin/install-dotfiles --- dotfiles/.local/bin/install-dotfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/bin/install-dotfiles b/dotfiles/.local/bin/install-dotfiles index ec058b14..b60d6351 100644 --- a/dotfiles/.local/bin/install-dotfiles +++ b/dotfiles/.local/bin/install-dotfiles @@ -64,8 +64,8 @@ if [ -d /Applications ] && [ -d /System ]; then defaults write com.apple.Terminal "Startup Window Settings" -string "Betelgeuse" /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betelgeuse:columnCount integer 124" ~/Library/Preferences/com.apple.Terminal.plist /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betelgeuse:rowCount integer 35" ~/Library/Preferences/com.apple.Terminal.plist - /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betelgeuse\ \(Bash\):columnCount integer 124" ~/Library/Preferences/com.apple.Terminal.plist - /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betelgeuse\ \(Bash\):rowCount integer 35" ~/Library/Preferences/com.apple.Terminal.plist + /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betel-Bash:columnCount integer 124" ~/Library/Preferences/com.apple.Terminal.plist + /usr/libexec/PlistBuddy -c "Add :Window\ Settings:Betel-Bash:rowCount integer 35" ~/Library/Preferences/com.apple.Terminal.plist # Desktop background curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"