aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-27 10:06:17 +0200
committerThomas Schmucker <ts@its1.de>2026-07-27 10:06:17 +0200
commit19b0f50dcdcb517e0ea1362b3644a42a91844ab8 (patch)
tree3d02e30cf1da103a9757878b9aafc0fbd95c40b6 /readme.md
parent9433e7e35499ba5aa7a643b51c3d2101e174aa31 (diff)
parent7d29d60f7ca96cd0d76008345ec788671cfb7573 (diff)
downloaddotfiles-19b0f50dcdcb517e0ea1362b3644a42a91844ab8.tar.gz
dotfiles-19b0f50dcdcb517e0ea1362b3644a42a91844ab8.tar.bz2
dotfiles-19b0f50dcdcb517e0ea1362b3644a42a91844ab8.zip
Merge branch 'windows-port'
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 465afef..4b168d3 100644
--- a/readme.md
+++ b/readme.md
@@ -1,9 +1,11 @@
1# Dotfiles 1# Dotfiles
2 2
3My personal dotfiles for macOS and FreeBSD. 3My personal dotfiles for macOS, FreeBSD and Windows (Beta).
4 4
5## Setup 5## Setup
6 6
7### macOS / FreeBSD
8
7Create the symbolic links: 9Create 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
24Native 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
32See [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]