My dotfiles and configurations.
I currently use chezmoi to manage my dotfiles, so you'll need that installed.
To use my dotfiles run
chezmoi init AliciaBytes
that should create the chezmoi configuration in ~/.local/share/chezmoi/
. You can then modify that configuration in your favorite text editor and once you're happy with it apply it with
chezmoi apply
To update the local configuration with upstream changes run
chezmoi update
My dotfiles are licensed under the MIT License (MIT). Please have a look at License.md for more details.