Skip to content

Commit

Permalink
Info for Git CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
kaufmajo committed Feb 7, 2023
1 parent 477da92 commit 3a99e46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand All @@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit 3a99e46

Please sign in to comment.