From 11aedecab8a8ef7d54f0fa2f1adc67ac78ba42eb Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 20 Mar 2023 02:12:27 -0500 Subject: Simplify bashrc, modify install.sh, add nvim/ bashrc is now simpler. Hopefully with the same functionality. Remove some of the default stuff that came with Debian years ago. Start with default Archlinux bashrc as base (very minimal). install.sh now recommends only using slinks. nvim and zathura now get linked directory-wise. This is way better because added configuration files will get here seamlessly. Doing diffs between 2 independent copies is painful. Now I'm transitioning to NeoVim. I've copied all relevant config from vimrc (Vim) to init.vim (NeoVim). Very promising. File got smaller and more organized in my opinion. PD: Cheers, this pulse15 laptop is amazing. --- git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git') diff --git a/git/config b/git/config index 3cb1462..f4a1a31 100644 --- a/git/config +++ b/git/config @@ -2,7 +2,8 @@ email = rtokumori@pucp.edu.pe name = Mitsuo Tokumori [diff] - # used with $ git difftool + # used with $ git difftool tool = nvim -d + submodule = log [merge] tool = nvim -d -- cgit v1.2.3