diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:17:31 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:17:31 +0200 |
| commit | 24b2283b318fb0e68342e77c13ab220f77db4de1 (patch) | |
| tree | 340bf7159a8abf6ef25ee61d2389f5b6d1e39c0c /readme.md | |
| parent | 6b347041dabee4b128b8778041d6ab8158fb0d13 (diff) | |
| download | dotfiles-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.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 | ``` |
