diff --git a/config/scripts/install-prefs b/config/scripts/install-prefs index 039695c..ee8fc29 100755 --- a/config/scripts/install-prefs +++ b/config/scripts/install-prefs @@ -19,6 +19,11 @@ changeColors monokai pip install --user --requirement $HOME/.config/lemonbar/requirements.txt vim +PlugUpgrade +PlugUpdate +PlugInstall +qall +echo '# Alt keys on keypad +# In /usr/share/X11/xkb/symbols/us_qwerty-fr add: +# include "keypad(oss)" +' + ### RECYCLE BIN # Help yourself diff --git a/config/scripts/overpdf b/config/scripts/overpdf index 51125fc..5b20981 100755 --- a/config/scripts/overpdf +++ b/config/scripts/overpdf @@ -17,7 +17,7 @@ wdir_path="${orig_dir}/${wdir_file}" if [ -d "$wdir_path" ] then echo "Source directory $wdir_path found" - ls "${wdir_path}/${orig_name}_"*"_og.pdf" | while read page_orig_path + ls "${wdir_path}/"*"_og.pdf" | while read page_orig_path do page_stmp_svg="$(echo "$page_orig_path" | sed 's|_og\.pdf$|_fg\.svg|')" page_stmp_pdf="$(echo "$page_orig_path" | sed 's|_og\.pdf$|_fg\.pdf|')" @@ -33,9 +33,9 @@ then fi done echo "Merging everything back to ${orig_path}." - pdftk "${wdir_path}/${orig_name}_"*"_fin.pdf" output "$orig_path" + pdftk "${wdir_path}/"*"_fin.pdf" output "$orig_path" echo "Deleting temporary files." - rm "${wdir_path}/${orig_name}_"*"_fin.pdf" "${wdir_path}/${orig_name}_"*"_fg.pdf" + rm "${wdir_path}/"*"_fin.pdf" "${wdir_path}/"*"_fg.pdf" echo "Done." elif [ -f "$orig_path" ] then @@ -47,7 +47,7 @@ then echo "Creating source directory $wdir_path with original pages and template SVGs" mkdir "$wdir_path" pdftk "$orig_file" burst output "${wdir_path}/${orig_name}_%03d_og.pdf" - ls "${wdir_path}/${orig_name}_"*"_og.pdf" | while read page_orig_path + ls "${wdir_path}/"*"_og.pdf" | while read page_orig_path do page_stmp_svg="$(echo "$page_orig_path" | sed 's|_og\.pdf$|_fg\.svg|')" echo "Processing $page_orig_path" diff --git a/config/scripts/softwareList b/config/scripts/softwareList index b9d4627..8ea5015 100755 --- a/config/scripts/softwareList +++ b/config/scripts/softwareList @@ -182,6 +182,7 @@ then i reflac # Recompress FLAC files i pacman-contrib # Pactree and more i shred # Delete sensititve data + i android-tools && android-udev # Android Debug Bridge fi