diff --git a/README.org b/README.org index c25d01e..889a3cf 100644 --- a/README.org +++ b/README.org @@ -100,6 +100,7 @@ - [[#gtk][Gtk]] - [[#qt][Qt]] - [[#swappy][Swappy]] + - [[#pkgdev][Pkgdev]] - [[#ssh][SSH]] - [[#config-2][Config]] - [[#system-settings][System Settings]] @@ -9234,6 +9235,17 @@ early_exit=false fill_shape=false #+END_SRC +** Pkgdev + +#+BEGIN_SRC conf :tangle pkgdev/.config/pkgdev/pkgdev.conf +[sravan-overlay] +commit.scan = true +commit.ask = true +push.ask = true +commit.signoff = true +commit.all = +#+END_SRC + * SSH ** Config @@ -9833,6 +9845,7 @@ stow-create: -S mangal \ -S mpv \ -S pactl \ + -S pkgdev \ -S playerctl \ -S qt5 \ -S rofi \ @@ -9891,6 +9904,7 @@ stow-delete: -D naughty \ -D pactl \ -D picom \ + -D pkgdev \ -D playerctl \ -D qt5 \ -D redshift \ @@ -9946,6 +9960,7 @@ stow-recreate: -R mangal \ -R mpv \ -R pactl \ + -R pkgdev \ -R playerctl \ -R qt5 \ -R rofi \ diff --git a/justfile b/justfile index 7291281..caa4733 100644 --- a/justfile +++ b/justfile @@ -45,6 +45,7 @@ stow-create: -S mangal \ -S mpv \ -S pactl \ + -S pkgdev \ -S playerctl \ -S qt5 \ -S rofi \ @@ -103,6 +104,7 @@ stow-delete: -D naughty \ -D pactl \ -D picom \ + -D pkgdev \ -D playerctl \ -D qt5 \ -D redshift \ @@ -158,6 +160,7 @@ stow-recreate: -R mangal \ -R mpv \ -R pactl \ + -R pkgdev \ -R playerctl \ -R qt5 \ -R rofi \ diff --git a/pkgdev/.config/pkgdev/pkgdev.conf b/pkgdev/.config/pkgdev/pkgdev.conf new file mode 100644 index 0000000..4d37895 --- /dev/null +++ b/pkgdev/.config/pkgdev/pkgdev.conf @@ -0,0 +1,6 @@ +[sravan-overlay] +commit.scan = true +commit.ask = true +push.ask = true +commit.signoff = true +commit.all =