diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-24 10:50:24 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-24 10:50:24 +0200 |
| commit | 9a71c3040986aa0fb4d72c54626f58ae25b8a8f7 (patch) | |
| tree | 5904482e38a6b8efed9935e053eb1084154e1b96 | |
| parent | d0456680793b6ed85c3de16ff22c4e7bb80ec341 (diff) | |
| download | dotfiles-9a71c3040986aa0fb4d72c54626f58ae25b8a8f7.tar.gz dotfiles-9a71c3040986aa0fb4d72c54626f58ae25b8a8f7.tar.bz2 dotfiles-9a71c3040986aa0fb4d72c54626f58ae25b8a8f7.zip | |
readme: Windows-Setup ergaenzt
Neuer Abschnitt 'Windows' unter Setup, analog zu macOS/FreeBSD:
install-win.ps1, bootstrap-win/neovim.ps1, bootstrap-win/neovim-dict.ps1.
Verweist fuer Details/Voraussetzungen/Stolpersteine auf
neovim-windows-setup.md statt alles im knappen Readme zu duplizieren.
| -rw-r--r-- | readme.md | 16 |
1 files changed, 15 insertions, 1 deletions
| @@ -1,9 +1,11 @@ | |||
| 1 | # Dotfiles | 1 | # Dotfiles |
| 2 | 2 | ||
| 3 | My personal dotfiles for macOS and FreeBSD. | 3 | My personal dotfiles for macOS, FreeBSD and Windows (Beta). |
| 4 | 4 | ||
| 5 | ## Setup | 5 | ## Setup |
| 6 | 6 | ||
| 7 | ### macOS / FreeBSD | ||
| 8 | |||
| 7 | Create the symbolic links: | 9 | Create the symbolic links: |
| 8 | 10 | ||
| 9 | ```sh | 11 | ```sh |
| @@ -17,6 +19,18 @@ Bootstrap the Neovim environment: | |||
| 17 | ./bootstrap/neovim-dict.sh | 19 | ./bootstrap/neovim-dict.sh |
| 18 | ``` | 20 | ``` |
| 19 | 21 | ||
| 22 | ### Windows | ||
| 23 | |||
| 24 | Native PowerShell, no WSL/Git Bash required: | ||
| 25 | |||
| 26 | ```powershell | ||
| 27 | .\install-win.ps1 | ||
| 28 | .\bootstrap-win\neovim.ps1 | ||
| 29 | .\bootstrap-win\neovim-dict.ps1 | ||
| 30 | ``` | ||
| 31 | |||
| 32 | See [neovim-windows-setup.md](neovim-windows-setup.md) for prerequisites (execution policy, MSVC Developer PowerShell for `nvim-treesitter`, ...) and known caveats. | ||
| 33 | |||
| 20 | ## Included configuration | 34 | ## Included configuration |
| 21 | 35 | ||
| 22 | - [abook] | 36 | - [abook] |
