From 3a99e46a1eb62f3bb660acd2955de1101be4b2f1 Mon Sep 17 00:00:00 2001 From: Joachim Kaufmann Date: Tue, 7 Feb 2023 21:22:57 +0100 Subject: [PATCH] Info for Git CRLF --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 24d79d1..4060ba3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ For my installation I am using Windows terminal, running a Debian distribution w ### WSL2 Terminal +#### Neovim + For the Neovim installation, I followed the instructions underneath the 'AppImage ("universal" Linux package)' section: https://github.com/neovim/neovim/wiki/Installing-Neovim +#### Linux Packets + Further packet requirements, in order to fully use/install several Neovim plugins ``` @@ -27,6 +31,8 @@ sudo apt-get install fd-find sudo apt-get install npm ``` +#### Node + To install the current node version, please refer to this page: https://nodejs.org/en/download/package-manager/ ### Using Windows Clipboard with Neovim @@ -77,3 +83,14 @@ The currently used profile path is stored with the system variable "$PROFILE". https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7.3 +## Git + +### CRLF Setting + +https://stackoverflow.com/questions/2825428/why-should-i-use-core-autocrlf-true-in-git + +https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration + +``` +git config --global core.autocrlf false +``` \ No newline at end of file