aboutsummaryrefslogtreecommitdiff
path: root/install
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 /install
parentAutomatically attempt to decrypt inline PGP (diff)
downloaddotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.tar.gz
dotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.zip
Add cURL configuration file
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
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