Compare commits

...

2 Commits

Author SHA1 Message Date
37edfe594f set git to rebase on pull 2025-07-02 00:04:14 +02:00
57a246a90b add screenshot capabilities 2025-07-02 00:04:14 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,8 @@
vim vim
fritzing fritzing
networkmanagerapplet networkmanagerapplet
grim
slurp
]; ];
} }

View File

@ -71,6 +71,7 @@
core.editor = "vim"; core.editor = "vim";
core.autocrlf = "input"; core.autocrlf = "input";
credential.helper = "store"; credential.helper = "store";
pull.rebase = "true";
}; };
}; };