# 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 ``` ### Windows Native PowerShell, no WSL/Git Bash required: ```powershell .\install-win.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/