Rewrote setup script to use function to link
Backup GTK theme (Sweet Dark).
This commit is contained in:
@@ -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 () {
|
||||
Reference in New Issue
Block a user