summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-22 14:21:41 +0900
committerA Farzat <a@farzat.xyz>2024-11-03 21:21:43 +0900
commit7885d92ea8079e578a7b44f6c1c0c7e1cb861ef7 (patch)
tree4fc9e3c95521649eed875a5a0f2b6133cf29e8cd
parent8241b8e7ff4acc1a0d216f0f5f30c6bbb6aa3dca (diff)
downloaddotfiles-7885d92ea8079e578a7b44f6c1c0c7e1cb861ef7.tar.gz
dotfiles-7885d92ea8079e578a7b44f6c1c0c7e1cb861ef7.zip
Add package configs to paru
These allow for custom settings especially for suckless packages. This might be temporary though as the proper way would probably be to use custom PKGBUILD repositories.
-rw-r--r--.config/paru/pkg_config/patches.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/paru/pkg_config/patches.md b/.config/paru/pkg_config/patches.md
new file mode 100644
index 0000000..8e825e3
--- /dev/null
+++ b/.config/paru/pkg_config/patches.md
@@ -0,0 +1,7 @@
+# Creating patches for suckless
+
+To apply current patches, use `git am <patch-file>`, which replicates the commit
+from which the patch was generated.
+
+To generate the patches, run `git format-patch --suffix=.diff suckless/master`,
+which generates the patches from commits since suckless/master.