aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f4e914e..abeacb7 100644
--- a/readme.md
+++ b/readme.md
@@ -25,12 +25,19 @@ Bootstrap the zsh environment:
25./bootstrap/zsh.sh 25./bootstrap/zsh.sh
26``` 26```
27 27
28Bootstrap the git environment:
29
30```sh
31./bootstrap/git.sh
32```
33
28### Windows 34### Windows
29 35
30Native PowerShell, no WSL/Git Bash required: 36Native PowerShell, no WSL/Git Bash required:
31 37
32```powershell 38```powershell
33.\install-win.ps1 39.\install-win.ps1
40.\bootstrap-win\git.ps1
34.\bootstrap-win\neovim.ps1 41.\bootstrap-win\neovim.ps1
35.\bootstrap-win\neovim-dict.ps1 42.\bootstrap-win\neovim-dict.ps1
36``` 43```