Skip to content

Bios-Marcel/dotfiles

Repository files navigation

Dotfiles

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

Usage

Install chezmoi.

Bootstrap a new machine:

chezmoi init
chezmoi cd
git remote add origin [email protected]:Bios-Marcel/dotfiles
git pull origin master
chezmoi apply

Data

Default data is saved in .chezmoi.toml. Override it with [data] section in ``~/.config/chezmoi/chezmoi.toml`.

Secret management

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published