aboutsummaryrefslogtreecommitdiff

Dotfiles

My personal dotfiles for macOS, FreeBSD and Windows (Beta).

Setup

macOS / FreeBSD

Create the symbolic links:

./install.sh

Bootstrap the Neovim environment:

./bootstrap/neovim.sh
./bootstrap/neovim-dict.sh

Bootstrap the zsh environment:

./bootstrap/zsh.sh

Bootstrap the git environment:

./bootstrap/git.sh

Windows

Native PowerShell, no WSL/Git Bash required:

.\install-win.ps1
.\bootstrap-win\git.ps1
.\bootstrap-win\neovim.ps1
.\bootstrap-win\neovim-dict.ps1

See neovim-windows-setup.md for prerequisites (execution policy, MSVC Developer PowerShell for nvim-treesitter, …) and known caveats.

Included configuration