aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-28 08:17:31 +0200
committerThomas Schmucker <ts@its1.de>2026-07-28 08:17:31 +0200
commit24b2283b318fb0e68342e77c13ab220f77db4de1 (patch)
tree340bf7159a8abf6ef25ee61d2389f5b6d1e39c0c /readme.md
parent6b347041dabee4b128b8778041d6ab8158fb0d13 (diff)
downloaddotfiles-24b2283b318fb0e68342e77c13ab220f77db4de1.tar.gz
dotfiles-24b2283b318fb0e68342e77c13ab220f77db4de1.tar.bz2
dotfiles-24b2283b318fb0e68342e77c13ab220f77db4de1.zip
bootstrap: git.sh und git.ps1 hinzugefuegt (git + delta), Doku angepasst
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```