This commit is contained in:
committer@tuxwarrior
2026-04-05 17:32:19 -05:00
parent df0c6345c0
commit e9fea0ae2f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 {} \;