Skip to content

Commit

Permalink
.osx: Bypass t.co URLs in Tweetbot
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Nov 12, 2015
1 parent 60e57d4 commit d6d083a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .osx
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,13 @@ defaults write com.twitter.twitter-mac ShowFullNames -bool true
# Hide the app in the background if it’s not the front-most window
defaults write com.twitter.twitter-mac HideInBackground -bool true

###############################################################################
# Tweetbot.app #
###############################################################################

# Bypass the annoyingly slow t.co URL shortener
defaults write com.tapbots.TweetbotMac OpenURLsDirectly -bool true

###############################################################################
# Spectacle.app #
###############################################################################
Expand Down Expand Up @@ -823,7 +830,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030
for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
"Dock" "Finder" "Google Chrome" "Google Chrome Canary" "Mail" "Messages" \
"Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" "Terminal" \
"Transmission" "Twitter" "iCal"; do
"Transmission" "Tweetbot" "Twitter" "iCal"; do
killall "${app}" &> /dev/null
done
echo "Done. Note that some of these changes require a logout/restart to take effect."

0 comments on commit d6d083a

Please sign in to comment.