From 87a0a69cbc617f2d483211e67adeabeadee43b1c Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:33:50 +0100 Subject: [PATCH] fixed problems found during laptop setup --- config.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index fe99180..b74794f 100644 --- a/config.org +++ b/config.org @@ -150,6 +150,7 @@ - [[#xclip][XClip]] - [[#yt-dlp][yt-dlp]] - [[#zip][zip]] + - [[#7zip][7zip]] - [[#openvpn][openvpn]] - [[#misc][Misc]] - [[#latex-1][LaTeX]] @@ -556,7 +557,7 @@ for PACKAGE in $INSTALLED_PACKAGES; do if ! echo "$KEEP_LIST" | grep -q "^$PACKAGE$"; then echo "Removing package: $PACKAGE" # Uncomment the following line to actually remove the package - yay -Rns --noconfirm "$PACKAGE" + yay -Rns "$PACKAGE" fi done #+end_src @@ -2967,7 +2968,7 @@ github.copilot-chat #+end_src ***** Configure to use the gnome-keyring As desribed in [[https://github.com/microsoft/vscode/issues/187338][this Github issue]] it is sometimes necessary to modify VSCode's argv.json -#+begin_src js :tangle ~/.vscode/argv.json +#+begin_src js :tangle ~/.vscode/argv.json :mkdirp yes // DO NOT EDIT THIS FILE DIRECTLY // This is a file generated from a literate programing source file // You should make any changes there and regenerate it from Emacs org-mode @@ -3541,7 +3542,7 @@ gruvbox-dark-gtk papirus-icon-theme #+end_src *** GTK 3 -#+begin_src conf :tangle ~/.config/gtk-3.0/settings.ini +#+begin_src conf :tangle ~/.config/gtk-3.0/settings.ini :mkdirp yes # DO NOT EDIT THIS FILE DIRECTLY # This is a file generated from a literate programing source file # You should make any changes there and regenerate it from Emacs org-mode @@ -3553,7 +3554,7 @@ gtk-theme-name = gruvbox-dark-gtk gtk-font-name = UbuntuMono Nerd Font 11 #+end_src *** GTK 4 -#+begin_src conf :tangle ~/.config/gtk-4.0/settings.ini +#+begin_src conf :tangle ~/.config/gtk-4.0/settings.ini :mkdirp yes # DO NOT EDIT THIS FILE DIRECTLY # This is a file generated from a literate programing source file # You should make any changes there and regenerate it from Emacs org-mode @@ -4169,6 +4170,10 @@ yt-dlp #+begin_src shell :tangle pkg-list.txt zip #+end_src +** 7zip +#+begin_src config :tangle pkg-list.txt +7zip +#+end_src ** openvpn #+begin_src config :tangle pkg-list.txt openvpn