These are my dotfiles. They are made for Windows and Linux. Note that not all tools might be configured on both systems.
On Linux, these will most likely be used alongside my NixOS configuration.
For Windows a convience bootstrap script is provided. Downloaded it via powershell:
Invoke-WebRequest "https://raw.githubusercontent.com/Bios-Marcel/dotfiles/refs/heads/master/setup.ps1" -OutFile setup.ps1
Install chezmoi.
chezmoi init
chezmoi cd
git remote add origin [email protected]:Bios-Marcel/dotfiles
git pull origin master
chezmoi apply
Default data is saved in .chezmoi.toml. Override it with
[data]
section in ``~/.config/chezmoi/chezmoi.toml`.
TODO