diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -25,12 +25,19 @@ Bootstrap the zsh environment: | |||
| 25 | ./bootstrap/zsh.sh | 25 | ./bootstrap/zsh.sh |
| 26 | ``` | 26 | ``` |
| 27 | 27 | ||
| 28 | Bootstrap the git environment: | ||
| 29 | |||
| 30 | ```sh | ||
| 31 | ./bootstrap/git.sh | ||
| 32 | ``` | ||
| 33 | |||
| 28 | ### Windows | 34 | ### Windows |
| 29 | 35 | ||
| 30 | Native PowerShell, no WSL/Git Bash required: | 36 | Native 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 | ``` |
