Remove and adapt tools for Windows only

This commit is contained in:
Fabio Scotto di Santolo
2025-07-30 11:48:19 +02:00
parent 6249ebcb1f
commit c8a46ccb30
52 changed files with 218 additions and 1295 deletions

View File

@@ -37,7 +37,6 @@ The script will:
* Copy or symlink PowerShell profile(s)
* Configure Windows Terminal settings
* Place `starship.toml` in the correct location
* Configure Neovim under `$env:LOCALAPPDATA\nvim` or WSL
* Set up additional tools if available
---
@@ -54,22 +53,11 @@ Install these tools to get the best experience:
| `fzf` | `winget install fzf` | Fuzzy file finder |
| `fd` | `winget install fd` | Fast file search |
| `ripgrep` | `winget install ripgrep` | Recursive grep alternative |
| `neovim` | `winget install Neovim.Neovim` | Editor (native or WSL) |
> You can also install these inside WSL with `apt` or `xbps-install`, depending on the distro.
---
## 🧪 Neovim in WSL or Windows
This setup supports both native Neovim (in `AppData\Local\nvim`) and WSL Neovim (`~/.config/nvim`):
* Use the same config by syncing with `stow`, `rclone`, or a symbolic link
* Make sure `nvim` is in your `$PATH` (native or via WSL)
* Optional plugin managers: lazy.nvim, vim-plug, etc.
---
## ⚙️ Git Configuration
This branch includes Windows-specific Git settings (e.g. line endings, credential manager):