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