remove(macos): Settings for Transmission app
this was not installed anyways
This commit is contained in:
parent
fb8d6140dd
commit
00d30326b4
1 changed files with 0 additions and 36 deletions
36
macos/.macos
36
macos/.macos
|
@ -770,41 +770,6 @@ defaults write com.google.Chrome.canary PMPrintingExpandedStateForPrint2 -bool t
|
||||||
# Disable signing emails by default
|
# Disable signing emails by default
|
||||||
defaults write ~/Library/Preferences/org.gpgtools.gpgmail SignNewEmailsByDefault -bool false
|
defaults write ~/Library/Preferences/org.gpgtools.gpgmail SignNewEmailsByDefault -bool false
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Transmission.app #
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
# Use `~/Documents/Torrents` to store incomplete downloads
|
|
||||||
defaults write org.m0k.transmission UseIncompleteDownloadFolder -bool true
|
|
||||||
defaults write org.m0k.transmission IncompleteDownloadFolder -string "${HOME}/Documents/Torrents"
|
|
||||||
|
|
||||||
# Use `~/Downloads` to store completed downloads
|
|
||||||
defaults write org.m0k.transmission DownloadLocationConstant -bool true
|
|
||||||
|
|
||||||
# Don’t prompt for confirmation before downloading
|
|
||||||
defaults write org.m0k.transmission DownloadAsk -bool false
|
|
||||||
defaults write org.m0k.transmission MagnetOpenAsk -bool false
|
|
||||||
|
|
||||||
# Don’t prompt for confirmation before removing non-downloading active transfers
|
|
||||||
defaults write org.m0k.transmission CheckRemoveDownloading -bool true
|
|
||||||
|
|
||||||
# Trash original torrent files
|
|
||||||
defaults write org.m0k.transmission DeleteOriginalTorrent -bool true
|
|
||||||
|
|
||||||
# Hide the donate message
|
|
||||||
defaults write org.m0k.transmission WarningDonate -bool false
|
|
||||||
# Hide the legal disclaimer
|
|
||||||
defaults write org.m0k.transmission WarningLegal -bool false
|
|
||||||
|
|
||||||
# IP block list.
|
|
||||||
# Source: https://giuliomac.wordpress.com/2014/02/19/best-blocklist-for-transmission/
|
|
||||||
defaults write org.m0k.transmission BlocklistNew -bool true
|
|
||||||
defaults write org.m0k.transmission BlocklistURL -string "http://john.bitsurge.net/public/biglist.p2p.gz"
|
|
||||||
defaults write org.m0k.transmission BlocklistAutoUpdate -bool true
|
|
||||||
|
|
||||||
# Randomize port on launch
|
|
||||||
defaults write org.m0k.transmission RandomPort -bool true
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Kill affected applications #
|
# Kill affected applications #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -824,7 +789,6 @@ for app in "Activity Monitor" \
|
||||||
"Safari" \
|
"Safari" \
|
||||||
"SystemUIServer" \
|
"SystemUIServer" \
|
||||||
"Terminal" \
|
"Terminal" \
|
||||||
"Transmission" \
|
|
||||||
"iCal"; do
|
"iCal"; do
|
||||||
killall "${app}" &> /dev/null
|
killall "${app}" &> /dev/null
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue