From 6c903ecc7469b2a84b7f022f6853531e6ba60322 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Thu, 27 Nov 2025 05:43:39 -0800 Subject: [PATCH] Remove .profile link and update documentation on nvim. --- config/.profile | 1 - config/README.md | 4 +++- config/nvim/nvim | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 120000 config/.profile create mode 120000 config/nvim/nvim diff --git a/config/.profile b/config/.profile deleted file mode 120000 index aa7da3a..0000000 --- a/config/.profile +++ /dev/null @@ -1 +0,0 @@ -.profile \ No newline at end of file diff --git a/config/README.md b/config/README.md index e3066be..c1c86de 100644 --- a/config/README.md +++ b/config/README.md @@ -1,3 +1,5 @@ # Config Templates -This folder generally contains config files for applications specific to a system. You should generally copy them as a template, rather than symlinking them directly. +`~/.config` contains general config files for a system. You should link directories directly like so: + +`ln -s nvim ~/.config/nvim` diff --git a/config/nvim/nvim b/config/nvim/nvim new file mode 120000 index 0000000..44e0dfc --- /dev/null +++ b/config/nvim/nvim @@ -0,0 +1 @@ +nvim \ No newline at end of file