Personalized dotfiles, managed with chezmoi.
- Shell 100%
| alacritty | ||
| dnf | ||
| nerd-fonts | ||
| .chezmoiexternal.toml.tmpl | ||
| .gitattributes | ||
| README.md | ||
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"