Rewrote setup script to use function to link

Backup GTK theme (Sweet Dark).
This commit is contained in:
2018-12-05 19:36:52 -05:00
parent 80ea8653c3
commit e116f69904
429 changed files with 96107 additions and 66 deletions

View File

@@ -6,7 +6,7 @@
ext_list="/home/kevin/linux-config/txt/tex-build-files.txt"
raw_exts="$(tr '\n' '|' < $ext_list)"
exts="(${raw_exts::-1})"
echo "$exts"
# echo "$exts"
find_flags=(-maxdepth 1 -type f -regextype gnu-awk -regex)
remove_build_files () {