From e9fea0ae2f497ea2890c6cdf65c9b31a56660d98 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 5 Apr 2026 17:32:19 -0500 Subject: [PATCH] new path --- dots/archinstall/common/packages.txt | 2 +- dots/bin/chmodAllSh.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/archinstall/common/packages.txt b/dots/archinstall/common/packages.txt index d7bbb1c..059fe77 100644 --- a/dots/archinstall/common/packages.txt +++ b/dots/archinstall/common/packages.txt @@ -103,7 +103,6 @@ aur:yt-dlp-git # cli downloader - youtube-dl fork #toilet # ascii large banner output | https://github.com/cacalabs/toilet #typescript # js with syntax for types #upower # for battery status -#usbutils # usb tools (lsusb++) #viewnior # image viewer # [consider QEMU and AQEMU, or WinBoat] virtualbox # virtual machine sw #virtualbox-guest-iso # guest additions iso image @@ -161,6 +160,7 @@ ttf-jetbrains-mono-nerd # typeface for developers (used by wayba ufw # cli tool for managing a netfilter firewall unrar # rar uncompression unzip # extract and view .zip archives +usbutils # usb tools (lsusb++) wl-clipboard # cli copy/paste utilities for wayland (used by lf for yanking) zip # for creating and modifying zip files zoxide # a smarter cd command for your terminal (similar to jump, also used by superfile) diff --git a/dots/bin/chmodAllSh.sh b/dots/bin/chmodAllSh.sh index e1426c1..c97de1a 100755 --- a/dots/bin/chmodAllSh.sh +++ b/dots/bin/chmodAllSh.sh @@ -5,7 +5,7 @@ this_file_name=`basename "$0"` echo "$this_file_name" -git_dir=/home/${USER}/syncDir/gitRepos/ +git_dir=/home/${USER}/syncDir/repos/git/ find ${git_dir} -type f -iname "*.sh" -exec chmod 755 {} \;