From 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:19:03 +0200 Subject: Normalize line endings --- readme.md | 156 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index abeacb7..8f1a2bc 100644 --- a/readme.md +++ b/readme.md @@ -1,78 +1,78 @@ -# Dotfiles - -My personal dotfiles for macOS, FreeBSD and Windows (Beta). - -## Setup - -### macOS / FreeBSD - -Create the symbolic links: - -```sh -./install.sh -``` - -Bootstrap the Neovim environment: - -```sh -./bootstrap/neovim.sh -./bootstrap/neovim-dict.sh -``` - -Bootstrap the zsh environment: - -```sh -./bootstrap/zsh.sh -``` - -Bootstrap the git environment: - -```sh -./bootstrap/git.sh -``` - -### Windows - -Native PowerShell, no WSL/Git Bash required: - -```powershell -.\install-win.ps1 -.\bootstrap-win\git.ps1 -.\bootstrap-win\neovim.ps1 -.\bootstrap-win\neovim-dict.ps1 -``` - -See [neovim-windows-setup.md](neovim-windows-setup.md) for prerequisites (execution policy, MSVC Developer PowerShell for `nvim-treesitter`, ...) and known caveats. - -## Included configuration - -- [abook] -- [gdb] -- [git] -- [mpd] & [ncmpcpp] -- [newsboat] -- [nvi] -- [npm] -- [neovim] -- [tmux] -- [vit] & [taskwarrior] -- [wyrd] & [remind] -- [X11] -- [zsh] - -[abook]: https://abook.sourceforge.io/ -[gdb]: https://sourceware.org/gdb/ -[git]: https://git-scm.com/ -[mpd]: https://www.musicpd.org/ -[ncmpcpp]: https://github.com/ncmpcpp/ncmpcpp -[newsboat]: https://newsboat.org/ -[nvi]: https://sites.google.com/a/bostic.com/keithbostic/the-berkeley-vi-editor-home-page -[npm]: https://www.npmjs.com/ -[neovim]: https://neovim.io/ -[taskwarrior]: https://taskwarrior.org/ -[tmux]: https://github.com/tmux/tmux/wiki -[vit]: https://github.com/vit-project/vit -[wyrd]: https://wyrd-calendar.gitlab.io/wyrd/ -[remind]: https://dianne.skoll.ca/projects/remind/ -[X11]: https://www.x.org/ -[zsh]: https://www.zsh.org/ +# Dotfiles + +My personal dotfiles for macOS, FreeBSD and Windows (Beta). + +## Setup + +### macOS / FreeBSD + +Create the symbolic links: + +```sh +./install.sh +``` + +Bootstrap the Neovim environment: + +```sh +./bootstrap/neovim.sh +./bootstrap/neovim-dict.sh +``` + +Bootstrap the zsh environment: + +```sh +./bootstrap/zsh.sh +``` + +Bootstrap the git environment: + +```sh +./bootstrap/git.sh +``` + +### Windows + +Native PowerShell, no WSL/Git Bash required: + +```powershell +.\install-win.ps1 +.\bootstrap-win\git.ps1 +.\bootstrap-win\neovim.ps1 +.\bootstrap-win\neovim-dict.ps1 +``` + +See [neovim-windows-setup.md](neovim-windows-setup.md) for prerequisites (execution policy, MSVC Developer PowerShell for `nvim-treesitter`, ...) and known caveats. + +## Included configuration + +- [abook] +- [gdb] +- [git] +- [mpd] & [ncmpcpp] +- [newsboat] +- [nvi] +- [npm] +- [neovim] +- [tmux] +- [vit] & [taskwarrior] +- [wyrd] & [remind] +- [X11] +- [zsh] + +[abook]: https://abook.sourceforge.io/ +[gdb]: https://sourceware.org/gdb/ +[git]: https://git-scm.com/ +[mpd]: https://www.musicpd.org/ +[ncmpcpp]: https://github.com/ncmpcpp/ncmpcpp +[newsboat]: https://newsboat.org/ +[nvi]: https://sites.google.com/a/bostic.com/keithbostic/the-berkeley-vi-editor-home-page +[npm]: https://www.npmjs.com/ +[neovim]: https://neovim.io/ +[taskwarrior]: https://taskwarrior.org/ +[tmux]: https://github.com/tmux/tmux/wiki +[vit]: https://github.com/vit-project/vit +[wyrd]: https://wyrd-calendar.gitlab.io/wyrd/ +[remind]: https://dianne.skoll.ca/projects/remind/ +[X11]: https://www.x.org/ +[zsh]: https://www.zsh.org/ -- cgit v1.3