mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 22:19:19 +02:00
Whether or not Plasma-specific dotfiles are still needed is questionable, but I will keep this directory for now.
Git
I use git as my main tool for distributed version control.
Dependencies
- git - The standard version control system
Installation
make package=git
Usage
Add a .gituser
file to your $HOME
with the following:
[user]
name = <the name you use for git commits>
email = <the email you use for git commits>
signingkey = <the subkey you use to sign git commits>