aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-25 01:20:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-25 01:20:11 +1300
commitbf995e606d1fb9fdbb2646c1dd5331bb06a5218f (patch)
tree5d48024f3738596799caa0537d44e786af2e3cca /Makefile
parentAppease ShellCheck on osc(1df) (diff)
downloaddotfiles-bf995e606d1fb9fdbb2646c1dd5331bb06a5218f.tar.gz
dotfiles-bf995e606d1fb9fdbb2646c1dd5331bb06a5218f.zip
Add basic ex/vi settings
These are POSIX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9133c9ae..ca2f8583 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@
install-curl \
install-dotfiles-man \
install-dunst \
+ install-ex \
install-finger \
install-games \
install-games-man \
@@ -165,6 +166,7 @@ install : install-bash \
install-bash-completion \
install-bin \
install-curl \
+ install-ex \
install-git \
install-gnupg \
install-less \
@@ -216,6 +218,9 @@ install-dunst : install-x
mkdir -p -- "$(HOME)"/.config/dunst
cp -p -- dunst/dunstrc "$(HOME)"/.config/dunst
+install-ex :
+ cp -p -- ex/exrc "$(HOME)"/.exrc
+
install-finger :
cp -p -- finger/plan "$(HOME)"/.plan
cp -p -- finger/project "$(HOME)"/.project