From bf995e606d1fb9fdbb2646c1dd5331bb06a5218f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Feb 2017 01:20:11 +1300 Subject: Add basic ex/vi settings These are POSIX --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3