aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 1c614cc4..2aade4ff 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@
install \
install-abook \
install-bash \
- install-bash-completion \
install-bin \
install-bin-man \
install-curl \
@@ -256,16 +255,14 @@ tmux/tmux.conf: tmux/tmux.conf.m4
sh bin/shb.sh sh < $< > $@
chmod +x ./$@
-install: install-bash \
- install-bash-completion \
- install-bin \
+install: install-bin \
install-curl \
install-ex \
install-git \
install-gnupg \
install-less \
install-readline \
- install-sh \
+ install-login-shell \
install-vim
install-abook:
@@ -273,14 +270,11 @@ install-abook:
cp -p -- abook/abookrc $(HOME)/.abook
install-bash: install-sh
- mkdir -p -- $(HOME)/.bashrc.d
+ mkdir -p -- $(HOME)/.bashrc.d $(HOME)/.bash_completion.d $(HOME)/.config
cp -p -- bash/bashrc $(HOME)/.bashrc
cp -p -- bash/bashrc.d/* $(HOME)/.bashrc.d
cp -p -- bash/bash_profile $(HOME)/.bash_profile
cp -p -- bash/bash_logout $(HOME)/.bash_logout
-
-install-bash-completion: install-bash
- mkdir -p -- $(HOME)/.bash_completion.d $(HOME)/.config
cp -p -- bash/bash_completion $(HOME)/.config
cp -p -- bash/bash_completion.d/* $(HOME)/.bash_completion.d
@@ -365,6 +359,9 @@ install-ksh: install-sh
cp -p -- ksh/kshrc $(HOME)/.kshrc
cp -p -- ksh/kshrc.d/* $(HOME)/.kshrc.d
+install-login-shell:
+ sh dist/install-login-shell.sh
+
install-perlcritic:
cp -p -- perlcritic/perlcriticrc $(HOME)/.perlcriticrc