mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-12-29 02:08:27 +01:00
Refactor to work with GNU stow.
This commit is contained in:
13
pijul/config.toml
Normal file
13
pijul/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
colors = "always"
|
||||
pager = "always"
|
||||
unrecorded_changes = 1
|
||||
|
||||
[author]
|
||||
name = "sebaschi"
|
||||
full_name = "Sebastian Lenzlinger"
|
||||
email = "eswer@eswo.ch"
|
||||
key_path = "/home/seb/.ssh/id_ed25519.pub"
|
||||
|
||||
[ignore_kinds]
|
||||
rust = ["target", "*.perf"]
|
||||
python = [ "dist", "build", "eggs", "__pycache__"]
|
||||
Reference in New Issue
Block a user