Skip to content

Commit

Permalink
bring back into sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Feb 22, 2013
1 parent 4f78175 commit 5781fd7
Show file tree
Hide file tree
Showing 21 changed files with 662 additions and 394 deletions.
248 changes: 0 additions & 248 deletions bin/coverlovin.py

This file was deleted.

17 changes: 0 additions & 17 deletions bin/onto

This file was deleted.

60 changes: 0 additions & 60 deletions bin/testmail.pl

This file was deleted.

13 changes: 13 additions & 0 deletions curl/README.md
@@ -0,0 +1,13 @@
curl
====

Config for curl

To use, add the following to **dotsyncrc**

[files]
..
curl
..
[endfiles]

38 changes: 38 additions & 0 deletions curl/curlrc
@@ -0,0 +1,38 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup curl
#
# Authors:
# Ben O'Hara <bohara@gmail.com>
#

user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
referer = ";auto"

# read .netrc for user name and password OR URL
netrc-optional

# pick the most secure methods of authentication that the server accepts
# anyauth

# !!! remote-time dosn't work with ftp upload from stdin !!! : use -R switch for downloading
#remote-time
remote-name-all
create-dirs

# Don't show/download error document - only error code
fail

#verbose
#silent
#show-error

# FTP setup
ftp-create-dirs
ftp-ssl
ftp-pasv
ftp-method = nocwd

#proxy = xxx.xxx.xxx.xxx:80

15 changes: 15 additions & 0 deletions mutt/README.md
@@ -0,0 +1,15 @@
mutt
====

Adds configuration for mutt and offflineimap

To use, add the following to **dotsyncrc**

[files]
..
mutt
mutt/muttrc
mutt/offlineimaprc
..
[endfiles]

0 comments on commit 5781fd7

Please sign in to comment.