From 430cb68f274246ade107029ae0427b977e4f1bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Tue, 27 Oct 2015 14:15:46 +0200 Subject: [PATCH] installer script for unixy OSes --- install_configs.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install_configs.sh diff --git a/install_configs.sh b/install_configs.sh new file mode 100644 index 0000000..3384437 --- /dev/null +++ b/install_configs.sh @@ -0,0 +1,3 @@ +cp init-template.le ~/.emacs.d/init.el +cp tmux.conf ~/.tmux.conf +cp vimrc_template.txt ~/.vimrc