diff options
68 files changed, 68 insertions, 68 deletions
diff --git a/bootstrap/01_activate.sh b/bootstrap/01_activate.sh index b07187d4..72d947c5 100755 --- a/bootstrap/01_activate.sh +++ b/bootstrap/01_activate.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES diff --git a/bootstrap/01_install.sh b/bootstrap/01_install.sh index 86402d3f..25122568 100755 --- a/bootstrap/01_install.sh +++ b/bootstrap/01_install.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH INSTALL=y . %SCRIPT_ENSURE_CONFIG_VARIABLES diff --git a/bootstrap/02_setup.sh b/bootstrap/02_setup.sh index fa271d0d..e68b9a90 100755 --- a/bootstrap/02_setup.sh +++ b/bootstrap/02_setup.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES diff --git a/bootstrap/03_config_setup.sh b/bootstrap/03_config_setup.sh index fdd02d82..349e8ebc 100755 --- a/bootstrap/03_config_setup.sh +++ b/bootstrap/03_config_setup.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # clone packer.nvim to the needed dir, for the nvim install to work git clone --depth 1 https://github.com/wbthomason/packer.nvim /mnt/srv/home/soispha/.local/share/nvim/site/pack/packer/start/packer.nvim diff --git a/bootstrap/99_ensure_config_variables.sh b/bootstrap/99_ensure_config_variables.sh index 9d8fb3dd..f0380f6b 100755 --- a/bootstrap/99_ensure_config_variables.sh +++ b/bootstrap/99_ensure_config_variables.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH if ! [ "$NIX_ENVIRONMENT_VARIABLES_SET" ]; then if ! [ "$NIX_HOST" ]; then diff --git a/hm/soispha/conf/git/scripts/commit.sh b/hm/soispha/conf/git/scripts/commit.sh index 7f6efc73..2204e4d6 100755 --- a/hm/soispha/conf/git/scripts/commit.sh +++ b/hm/soispha/conf/git/scripts/commit.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH ROOT="$(git rev-parse --show-toplevel)" diff --git a/hm/soispha/conf/gpg/agent-program.sh b/hm/soispha/conf/gpg/agent-program.sh index 2f159ba9..47d8158f 100755 --- a/hm/soispha/conf/gpg/agent-program.sh +++ b/hm/soispha/conf/gpg/agent-program.sh @@ -1,6 +1,6 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH onlykey-gpg-agent -v --skey-slot=ECC32 --dkey-slot=ECC32 "$@" diff --git a/hm/soispha/conf/lf/commands/scripts/archive.sh b/hm/soispha/conf/lf/commands/scripts/archive.sh index e437dad2..25f40534 100755 --- a/hm/soispha/conf/lf/commands/scripts/archive.sh +++ b/hm/soispha/conf/lf/commands/scripts/archive.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # Option '-f' disables pathname expansion which can be useful when $f, $fs, and # $fx variables contain names with '*' or '?' characters. However, this option diff --git a/hm/soispha/conf/lf/commands/scripts/broot_jump.sh b/hm/soispha/conf/lf/commands/scripts/broot_jump.sh index 0e4cba2f..8f40ba01 100755 --- a/hm/soispha/conf/lf/commands/scripts/broot_jump.sh +++ b/hm/soispha/conf/lf/commands/scripts/broot_jump.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/chmod.sh b/hm/soispha/conf/lf/commands/scripts/chmod.sh index 12530cdc..9859127b 100755 --- a/hm/soispha/conf/lf/commands/scripts/chmod.sh +++ b/hm/soispha/conf/lf/commands/scripts/chmod.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/clear_trash.sh b/hm/soispha/conf/lf/commands/scripts/clear_trash.sh index 1a0bdac7..9052bb5f 100755 --- a/hm/soispha/conf/lf/commands/scripts/clear_trash.sh +++ b/hm/soispha/conf/lf/commands/scripts/clear_trash.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # could also use --force, for instand removal trash list | fzf --multi | awk '{print $NF}' | xargs trash empty --match=exact diff --git a/hm/soispha/conf/lf/commands/scripts/cow_cp.sh b/hm/soispha/conf/lf/commands/scripts/cow_cp.sh index 3f14704b..98675b9e 100755 --- a/hm/soispha/conf/lf/commands/scripts/cow_cp.sh +++ b/hm/soispha/conf/lf/commands/scripts/cow_cp.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/dl_file.sh b/hm/soispha/conf/lf/commands/scripts/dl_file.sh index fbd0f21b..c7e3d8b2 100755 --- a/hm/soispha/conf/lf/commands/scripts/dl_file.sh +++ b/hm/soispha/conf/lf/commands/scripts/dl_file.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/dragon.sh b/hm/soispha/conf/lf/commands/scripts/dragon.sh index 5a38305e..cf3c3176 100755 --- a/hm/soispha/conf/lf/commands/scripts/dragon.sh +++ b/hm/soispha/conf/lf/commands/scripts/dragon.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh b/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh index be82f0f9..2465cdfa 100755 --- a/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh +++ b/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh b/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh index dddaf4ab..066b4c75 100755 --- a/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh +++ b/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/execute.sh b/hm/soispha/conf/lf/commands/scripts/execute.sh index 587d1f1a..aa97fd7f 100755 --- a/hm/soispha/conf/lf/commands/scripts/execute.sh +++ b/hm/soispha/conf/lf/commands/scripts/execute.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh b/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh index edfa0ab0..ad1633fb 100755 --- a/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh +++ b/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH res="$(fd . --maxdepth 3 | fzf --header='Jump to location')" diff --git a/hm/soispha/conf/lf/commands/scripts/go_project_root.sh b/hm/soispha/conf/lf/commands/scripts/go_project_root.sh index e0e27e9a..5f7746d3 100755 --- a/hm/soispha/conf/lf/commands/scripts/go_project_root.sh +++ b/hm/soispha/conf/lf/commands/scripts/go_project_root.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_dir.sh b/hm/soispha/conf/lf/commands/scripts/mk_dir.sh index e3dc5ee4..150f7eed 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_dir.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_dir.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file.sh b/hm/soispha/conf/lf/commands/scripts/mk_file.sh index 2951ec94..41d5cf1a 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_file.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_file.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh index dc9fe87e..19fc51db 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh index 889be037..e5ed15d2 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh b/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh index bc57563c..47d05080 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh index 17ef76be..512b5d0b 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/restore_trash.sh b/hm/soispha/conf/lf/commands/scripts/restore_trash.sh index 05b850d3..b4ef492f 100755 --- a/hm/soispha/conf/lf/commands/scripts/restore_trash.sh +++ b/hm/soispha/conf/lf/commands/scripts/restore_trash.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh b/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh index 57dcb931..2e607d33 100755 --- a/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh +++ b/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/stripspace.sh b/hm/soispha/conf/lf/commands/scripts/stripspace.sh index 37d8126c..33b1cbcf 100755 --- a/hm/soispha/conf/lf/commands/scripts/stripspace.sh +++ b/hm/soispha/conf/lf/commands/scripts/stripspace.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/trash.sh b/hm/soispha/conf/lf/commands/scripts/trash.sh index deea608a..f4878c49 100755 --- a/hm/soispha/conf/lf/commands/scripts/trash.sh +++ b/hm/soispha/conf/lf/commands/scripts/trash.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/unarchive.sh b/hm/soispha/conf/lf/commands/scripts/unarchive.sh index 25e17a82..d4835f6b 100755 --- a/hm/soispha/conf/lf/commands/scripts/unarchive.sh +++ b/hm/soispha/conf/lf/commands/scripts/unarchive.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/lf/commands/scripts/view_file.sh b/hm/soispha/conf/lf/commands/scripts/view_file.sh index 2a82e52f..6258d755 100755 --- a/hm/soispha/conf/lf/commands/scripts/view_file.sh +++ b/hm/soispha/conf/lf/commands/scripts/view_file.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # shellcheck disable=SC2269 f="$f" diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh index 3b87a204..eaf7f30c 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh index e21e3c4b..dadc96b0 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh index 1200a1bf..25813e46 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index f681c6d8..64dd50c2 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -158,7 +158,7 @@ in { #!/usr/bin/env dash # shellcheck source=/dev/null - SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH + SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH export UNISON=${esa unisonPath}; diff --git a/hm/soispha/conf/xdg/url_handler.sh b/hm/soispha/conf/xdg/url_handler.sh index ae783ad0..95eedffb 100755 --- a/hm/soispha/conf/xdg/url_handler.sh +++ b/hm/soispha/conf/xdg/url_handler.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH project="$(echo "%ALL_PROJECTS_PIPE|nvim|zathura|" | rofi -sep "|" -dmenu)" diff --git a/hm/soispha/conf/yambar/scripts/disk.sh b/hm/soispha/conf/yambar/scripts/disk.sh index 3cae64c7..a5547a74 100755 --- a/hm/soispha/conf/yambar/scripts/disk.sh +++ b/hm/soispha/conf/yambar/scripts/disk.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # Main loop while true; do diff --git a/hm/soispha/conf/yambar/scripts/mpd_song_name.sh b/hm/soispha/conf/yambar/scripts/mpd_song_name.sh index 2e80476a..7d294781 100755 --- a/hm/soispha/conf/yambar/scripts/mpd_song_name.sh +++ b/hm/soispha/conf/yambar/scripts/mpd_song_name.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH while true; do state="$(mpc status '%state%')" diff --git a/hm/soispha/conf/yambar/scripts/network.sh b/hm/soispha/conf/yambar/scripts/network.sh index 26177d53..adfc93df 100755 --- a/hm/soispha/conf/yambar/scripts/network.sh +++ b/hm/soispha/conf/yambar/scripts/network.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH retest=120 retest_if_con_fails=10 diff --git a/hm/soispha/conf/yambar/scripts/sound-volume.sh b/hm/soispha/conf/yambar/scripts/sound-volume.sh index 325b793f..8a98daf7 100755 --- a/hm/soispha/conf/yambar/scripts/sound-volume.sh +++ b/hm/soispha/conf/yambar/scripts/sound-volume.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH while true; do volume="$(pactl get-sink-volume 0 | awk 'BEGIN { FS="/" } {gsub("%","",$2); gsub(" ","",$2)} {printf $2}')" diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 45d4fe46..a184b5bc 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -69,7 +69,7 @@ builtins.readFile ./config/zsh-init.zsh # + builtins.readFile ./config/zsh-prompt.sh + '' - SHELL_LIBRARY_VERSION="2.1.1" source ${shell_library.rawLib.${system}} + SHELL_LIBRARY_VERSION="2.1.2" source ${shell_library.rawLib.${system}} # This next line buffers the first line of the following item: '' diff --git a/hm/soispha/wms/river/init.sh b/hm/soispha/wms/river/init.sh index 69553878..61bc64a7 100755 --- a/hm/soispha/wms/river/init.sh +++ b/hm/soispha/wms/river/init.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH err_fail() { if ! "$@"; then diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh index 0a56eb82..84d39deb 100755 --- a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh +++ b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH unmounting() { disk_name="$(find /dev/disk/by-label -type l -printf "%P|" | rofi -sep "|" -dmenu -p "Select disk to mount")" diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh b/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh index 34311082..08bf8998 100755 --- a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh +++ b/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # needed for help() and version # shellcheck disable=2034 diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh index ba2dc88b..2c1ca938 100755 --- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh +++ b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH UPDATE_SCRIPT_NAME="update.sh" CONFIG_DIRECTORY_PATH="$HOME/.local/share/flake-update" diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh b/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh index 90a88683..e73dc53c 100755 --- a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh +++ b/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # needed for help() and version # shellcheck disable=2034 diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh b/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh index d9ae30f4..4308b8d2 100755 --- a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh +++ b/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # only generate a path (this could lead to a time-of-check/time-of-use bug) tmp="$(mktmp --dry-run)" diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh b/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh index 7281c81f..8968ca79 100755 --- a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh +++ b/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH grim -g "$(slurp)" | wl-copy diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh b/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh index 9add617b..4c5d19c2 100755 --- a/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh +++ b/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH help() { cat <<EOF diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh index aa79a2ac..865ecacf 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)" if [ "$context" ]; then diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh index bf07bbd6..559351b9 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # load dependencies . ./functions/add.sh diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh b/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh index a62c6e1d..475fd48a 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # these are used in version() # shellcheck disable=2034 diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh index 01116276..ae9107b9 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh index 6970f2b3..e650ba5d 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH capacity="$(cat /sys/class/power_supply/BAT0/capacity)" status="$(cat /sys/class/power_supply/BAT0/status)" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh index f6f4ee41..30868fd1 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)" [ "$context" ] && task context none diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh index 0e361d56..f689ba44 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH last_directory="$(mktemp)" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh index 9dc5f16e..3101ef9a 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)" [ "$context" ] && task context none diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh index f50ebe0a..02a147c8 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH ( cd "$XDG_MUSIC_DIR" || die "No music dir!" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh index a3a2c368..795a4875 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH FAV_DIR="$XDG_MUSIC_DIR/playlists/favourites" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh index bbc4d2ed..94e0634b 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH cd "$XDG_MUSIC_DIR" || die "No music dir!" trash-put "$(mpc --format '%file%' current)" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh index 5aedc7fd..5aae5cdb 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH case "$1" in "rm") diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh index 5caf4f7f..ae2bdb13 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # Maybe add `--quit-if-one-screen` less --redraw-on-quit "$@" diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh index 50d7cd6c..e2978507 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH case "$("$1" | tr '[:upper:]' '[:lower:]')" in "lyrics") diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh index 788cdc7a..c3de5484 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH virsh destroy "$1" virsh undefine "$1" --nvram diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh index 28e7a6bb..a69ffa74 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH DOWN_DIR=/home/soispha/media/music/down/youtube diff --git a/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh b/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh index ccfb8aad..3d9c1ac9 100755 --- a/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh +++ b/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # # snap-sync diff --git a/sys/svcs/xdg/scripts/lf_wrapper.sh b/sys/svcs/xdg/scripts/lf_wrapper.sh index 97b0b31a..16603fe4 100755 --- a/sys/svcs/xdg/scripts/lf_wrapper.sh +++ b/sys/svcs/xdg/scripts/lf_wrapper.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # This wrapper script is invoked by xdg-desktop-portal-termfilechooser. # diff --git a/sys/svcs/xdg/scripts/ranger_wrapper.sh b/sys/svcs/xdg/scripts/ranger_wrapper.sh index a60f114f..e148bf19 100755 --- a/sys/svcs/xdg/scripts/ranger_wrapper.sh +++ b/sys/svcs/xdg/scripts/ranger_wrapper.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # This wrapper script is invoked by xdg-desktop-portal-termfilechooser. # # Inputs: |