From 5b529ed330576c86c237c5ad4e818b62b80a4e6e Mon Sep 17 00:00:00 2001 From: exu Date: Thu, 10 Oct 2024 21:45:35 +0200 Subject: [PATCH] Update TODOs --- arch-config/scripts/arch-config.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index e8893926..c5836c3c 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -279,8 +279,6 @@ if [[ $(pacman -Q | grep vmware-workstation) ]]; then sudo gpasswd -a "$USER" vmware 1>/dev/null fi -# TODO continue here - # set group for libvirt if [[ $(pacman -Q | grep libvirt) ]]; then echo "Setting group for libvirt" @@ -288,6 +286,7 @@ if [[ $(pacman -Q | grep libvirt) ]]; then fi # set group for wireshark (only if installed) +# TODO if [[ $(pacman -Q | grep wireshark-qt) ]]; then echo "Setting up group for wireshark" sudo groupadd -f wireshark @@ -334,6 +333,7 @@ chmod +x -R ~/scripts chmod +x -R ~/.local/share/applications #remove downloaded folder +# TODO rm -rf ~/config echo @@ -347,6 +347,7 @@ EOF update-desktop-database ~/.local/share/applications/ # sync doom-emacs only if it is installed +# TODO if [[ -f ~/.config/emacs/bin/doom ]]; then ~/.config/emacs/bin/doom sync & pids="$pids $!"