From 2a4b682087b780d9d758907dedd3024dfa323878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Wed, 14 May 2025 10:49:22 +0300 Subject: [PATCH] not using vimrc or emacs init el anymore so don't install them --- install_configs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install_configs.sh b/install_configs.sh index 7ea4d04..2a56abc 100755 --- a/install_configs.sh +++ b/install_configs.sh @@ -1,3 +1 @@ -cp init-template.el ~/.emacs.d/init.el; -cp tmux.conf ~/.tmux.conf; -cp vimrc_template.txt ~/.vimrc; +cp tmux.conf ~/.tmux.conf