Personalized dotfiles, managed with chezmoi.
Find a file
2026-03-11 15:11:15 +01:00
alacritty feat: implement alacritty config and reference external color themes 2026-03-09 19:45:40 +01:00
dnf feat: implement basic dnf package list and ostree install script 2026-03-09 22:29:31 +01:00
nerd-fonts feat: include nerd fonts as external reference in dotfiles 2026-03-09 20:34:48 +01:00
.chezmoiexternal.toml.tmpl chore: some additional filetype information for editors 2026-03-11 15:11:15 +01:00
.gitattributes chore: some additional filetype information for editors 2026-03-11 15:11:15 +01:00
README.md feat: first simple README and installation documentation 2026-03-09 22:29:37 +01:00

Baipyrus' Dotfiles

This repository is currently just a proof of concept. It uses chezmoi to automatically install and update the software and corresponding configurations on any system I use. All files in this project are subject to change drastically at any point in time.

Installation

There are technically only a few supported operating systems for these dotfiles. However, a basic installation of all configuration files should easily work on most common systems. Just note that the intended scripts assume certain a OS.

  • On Linux (e.g. Bazzite):

    sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://git.eiflerstrom.de/Baipyrus/dotfiles.git
    
  • On Windows 11:

    iex "&{$(irm 'https://get.chezmoi.io/ps1')} -b '~/bin' init --apply https://git.eiflerstrom.de/Baipyrus/dotfiles.git"