Refactor to include non-dotfile files.

This commit is contained in:
David Tomaschik
2015-09-03 18:02:48 -07:00
parent 562697a2a7
commit 5577ee29b4
49 changed files with 17 additions and 4 deletions

17
dotfiles/wgetrc Normal file
View File

@@ -0,0 +1,17 @@
# Use server timestamps and name
timestamping = on
trust_server_names = on
# Recursive download options
no_parent = on
follow_ftp = on
adjust_extension = on
robots = off
# Show responses
server_response = on
# Retry handling
tries = 3
timeout = 60
retry_connrefused = on