diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 34da31e..6f354f4 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -2,6 +2,28 @@ # klevstul +# ------------------------------------------------------------------------------------------- +# EXAMPLE OF FILE MANIPULATION (from lnxPub's `cli/2103mjr/scr/80_urxvt.sh`) +# +# # ----- +# # update .Xresources +# # ----- +# file=$HOME/.Xresources +# +# # update font setting (so it's understandable by the extension) +# /tmp/99_key_value_modifier.sh URxvt.font xft:NotoSansMono-Light:size=12 : $file +# +# # enable the "resize-font" extension +# /tmp/99_comment_add_remove.sh remove ! Rxvt.perl-ext-common $file +# /tmp/99_key_value_modifier.sh Rxvt.perl-ext-common resize-font : $file +# +# # make the terminal's background transparent +# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*inheritPixmap' $file +# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*transparent' $file +# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*shading' $file +# /tmp/99_key_value_modifier.sh 'URxvt\*shading' 30 : $file +# ------------------------------------------------------------------------------------------- + echo "<< 99_deploy.sh >>" if [ "$EUID" -ne 0 ] @@ -268,27 +290,6 @@ if [ ${operation} == "dots" ] ; then # lpadmin -p Brother_HL-L2310D_series -D "Brother HL-L2310D_series" -E -v usb://Brother/HL-L2310D%20series?serial=E78096L7N181893 -m lsb/usr/cupsfilters/brother-HLL2310D-cups-en.ppd # lpadmin -p Brother_QL-700 -D "Brother QL-700" -E -v usb://Brother/QL-700?serial=000L0Z530516 -m brother_ql700_printer_en.ppd - -# EXAMPLE OF FILE MANIPULATION (from lnxPub's `cli/2103mjr/scr/80_urxvt.sh`) -# # ----- -# # update .Xresources -# # ----- -# file=$HOME/.Xresources -# -# # update font setting (so it's understandable by the extension) -# /tmp/99_key_value_modifier.sh URxvt.font xft:NotoSansMono-Light:size=12 : $file -# -# # enable the "resize-font" extension -# /tmp/99_comment_add_remove.sh remove ! Rxvt.perl-ext-common $file -# /tmp/99_key_value_modifier.sh Rxvt.perl-ext-common resize-font : $file -# -# # make the terminal's background transparent -# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*inheritPixmap' $file -# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*transparent' $file -# /tmp/99_comment_add_remove.sh remove '! ' 'URxvt\*shading' $file -# /tmp/99_key_value_modifier.sh 'URxvt\*shading' 30 : $file - - # ---------- # programs # ----------