aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-12 15:10:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-12 15:10:04 +1200
commitda16d6fe0726474d583971fc62b3d9e31667d434 (patch)
tree21914192d68a6c46f6b455f6967a635b056a03ea
parentAutomatically attempt to decrypt inline PGP (diff)
downloaddotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.tar.gz
dotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.zip
Add cURL configuration file
-rw-r--r--curl/curlrc4
-rwxr-xr-xinstall1
2 files changed, 5 insertions, 0 deletions
diff --git a/curl/curlrc b/curl/curlrc
new file mode 100644
index 00000000..8196bb7c
--- /dev/null
+++ b/curl/curlrc
@@ -0,0 +1,4 @@
+silent
+show-error
+netrc
+
diff --git a/install b/install
index b6f20c6b..5f038cb7 100755
--- a/install
+++ b/install
@@ -15,6 +15,7 @@ dotfiles=$HOME/.dotfiles
# Link in essentials
ln -insv $dotfiles/bash/bashrc $HOME/.bashrc
ln -insv $dotfiles/bash/bashrc.d $HOME/.bashrc.d
+ln -insv $dotfiles/curl/curlrc $HOME/.curlrc
ln -insv $dotfiles/readline/inputrc $HOME/.inputrc
ln -insv $dotfiles/sh/profile $HOME/.profile
ln -insv $dotfiles/sh/profile.d $HOME/.profile.d