Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
b2c6a163f3
commit
a86e955c0f
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ if [ -d /Applications ] && [ -d /System ]; then
|
||||||
defaults write com.apple.Terminal "Startup Window Settings" -string "Betelgeuse"
|
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: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: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:Betel-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:rowCount integer 35" ~/Library/Preferences/com.apple.Terminal.plist
|
||||||
|
|
||||||
# Desktop background
|
# Desktop background
|
||||||
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"
|
curl -sSL https://gitlab.com/megabyte-labs/misc/betelgeuse/-/raw/master/share/wallpapers/Next/contents/source.jpg > "$HOME/.local/theme/background.jpg"
|
||||||
|
|
Loading…
Reference in a new issue