From 2ac71252e18baa484caaf4b28fbf8ad1e55e4d5e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 1 Nov 2022 08:57:15 +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 ebfa8d90..875e15c4 100644 --- a/dotfiles/.local/bin/install-dotfiles +++ b/dotfiles/.local/bin/install-dotfiles @@ -59,8 +59,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: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 # Desktop background curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"