aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-23 20:05:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-23 20:05:13 +1200
commit507989e6476732224836d9a948713ce283893563 (patch)
tree0955e384fb1f3c2ca5c89b1825c97a7f62aa1706 /Makefile
parentFix up an error message (diff)
downloaddotfiles-507989e6476732224836d9a948713ce283893563.tar.gz
dotfiles-507989e6476732224836d9a948713ce283893563.zip
Add a simple wgetrc
Mostly use cURL admittedly, but these look sensible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d498f4c6..38d54d07 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@
install-vim-gui-config \
install-vim-pathogen \
install-vim-plugins \
+ install-wget \
install-x \
install-zsh \
check \
@@ -483,6 +484,9 @@ install-vim-pathogen: install-vim-plugins
mkdir -p -- $(HOME)/.vim/autoload
ln -fs -- ../bundle/pathogen/autoload/pathogen.vim $(HOME)/.vim/autoload
+install-wget:
+ cp -p -- wget/wgetrc $(HOME)/.wgetrc
+
install-x: check-xinit
mkdir -p -- \
$(HOME)/.config \