new path
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 {} \;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user